]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
Disable "may not be compatible" statefile dialog if using quick shortcuts.
authorToni Wilen <twilen@winuae.net>
Sun, 2 Jul 2017 07:49:12 +0000 (10:49 +0300)
committerToni Wilen <twilen@winuae.net>
Sun, 2 Jul 2017 07:49:12 +0000 (10:49 +0300)
savestate.cpp

index 12fb3a557bdf8d83b52b5fb7e8a16b8b34ecce68..6a2be004c160bcdb2dfefefa26122a982d40b5a7 100644 (file)
@@ -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)) {