Exit config menu immediately when "skip test" is selected.

This commit is contained in:
Martin Whitaker 2022-02-13 12:38:38 +00:00
parent efc9a9c16a
commit 16b066c3e3
1 changed files with 1 additions and 0 deletions

View File

@ -708,6 +708,7 @@ void config_menu(bool initial)
cpu_selection_menu();
}
} else {
exit_menu = true;
bail = true;
}
break;