From 16b066c3e3cfd6b2d97bcdac9580a0e1d19e3cb4 Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Sun, 13 Feb 2022 12:38:38 +0000 Subject: [PATCH] Exit config menu immediately when "skip test" is selected. --- app/config.c | 1 + 1 file changed, 1 insertion(+) diff --git a/app/config.c b/app/config.c index a1ef776..748327c 100644 --- a/app/config.c +++ b/app/config.c @@ -708,6 +708,7 @@ void config_menu(bool initial) cpu_selection_menu(); } } else { + exit_menu = true; bail = true; } break;