]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
Fix stupid statefile warning bug.
authorToni Wilen <twilen@winuae.net>
Tue, 7 Feb 2023 19:29:02 +0000 (21:29 +0200)
committerToni Wilen <twilen@winuae.net>
Tue, 7 Feb 2023 19:29:02 +0000 (21:29 +0200)
savestate.cpp

index 7ba4bc2ee71e1eaed57042f0dd734e9bacfe9d5d..42bf531f24b54296510913e471d7bd3006e73d4d 100644 (file)
@@ -133,7 +133,7 @@ bool is_savestate_incompatible(void)
        }
 #endif
 #ifdef WITH_PPC
-       if (currprefs.ppc_model) {
+       if (currprefs.ppc_model[0]) {
                dowarn = 1;
        }
 #endif