PixelEngine: Cleanup PE Token.

This also affects the behavior a bit, it should now fit better to the one of the commonly more used PE Finish flag.
This commit is contained in:
degasus
2016-08-08 22:35:01 +02:00
parent 367e1b4d4c
commit a051db9792
3 changed files with 27 additions and 52 deletions

View File

@ -70,7 +70,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 = 54; // Last changed in PR 3782
static const u32 STATE_VERSION = 55;
// Maps savestate versions to Dolphin versions.
// Versions after 42 don't need to be added to this list,