Abort loading states from incompatible graphics backends.

This commit is contained in:
Rachel Bryk
2013-02-26 18:28:56 -05:00
parent db838e759b
commit 08fe3c213a
3 changed files with 13 additions and 1 deletions

View File

@ -71,7 +71,7 @@ static Common::Event g_compressAndDumpStateSyncEvent;
static std::thread g_save_thread;
// Don't forget to increase this after doing changes on the savestate system
static const u32 STATE_VERSION = 14;
static const u32 STATE_VERSION = 15;
struct StateHeader
{