Abort load state if it uses a different dsp engine, instead of crashing.

This commit is contained in:
Rachel Bryk
2013-02-25 15:58:12 -05:00
parent 0e4b07ddf9
commit a450ba4420
3 changed files with 19 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 = 13;
static const u32 STATE_VERSION = 14;
struct StateHeader
{