DSPHLE: include compressor state in save states

This commit is contained in:
Tillmann Karras
2021-07-31 04:13:14 +01:00
parent 35baf8df67
commit 655bff5d44
2 changed files with 3 additions and 1 deletions

View File

@ -73,7 +73,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
constexpr u32 STATE_VERSION = 134; // Last changed in PR 7896
constexpr u32 STATE_VERSION = 135; // Last changed in PR 9976
// Maps savestate versions to Dolphin versions.
// Versions after 42 don't need to be added to this list,