From: Toni Wilen Date: Sun, 2 Jul 2017 07:49:12 +0000 (+0300) Subject: Disable "may not be compatible" statefile dialog if using quick shortcuts. X-Git-Tag: 3600~176 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=3995c844cc4d426ba9d5e24c74cbee3f5bd4792e;p=francis%2Fwinuae.git Disable "may not be compatible" statefile dialog if using quick shortcuts. --- 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)) {