From: Toni Wilen Date: Tue, 7 Feb 2023 19:29:02 +0000 (+0200) Subject: Fix stupid statefile warning bug. X-Git-Tag: 5.0.0~162 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=c57bbf5619ed2ff084da37985c1f7a3134ce765a;p=francis%2Fwinuae.git Fix stupid statefile warning bug. --- diff --git a/savestate.cpp b/savestate.cpp index 7ba4bc2e..42bf531f 100644 --- a/savestate.cpp +++ b/savestate.cpp @@ -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