From 3995c844cc4d426ba9d5e24c74cbee3f5bd4792e Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Sun, 2 Jul 2017 10:49:12 +0300 Subject: [PATCH] Disable "may not be compatible" statefile dialog if using quick shortcuts. --- savestate.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/savestate.cpp b/savestate.cpp index 12fb3a55..6a2be004 100644 --- a/savestate.cpp +++ b/savestate.cpp @@ -1147,6 +1147,7 @@ void savestate_quick (int slot, int save) if (save) { write_log (_T("saving '%s'\n"), savestate_fname); savestate_docompress = 1; + savestate_nodialogs = 1; save_state (savestate_fname, _T("")); } else { if (!zfile_exists (savestate_fname)) { -- 2.47.3