DSPHLE/AX: Reload resampling coefficients on savestate load if necessary.

This commit is contained in:
Admiral H. Curtiss 2021-08-27 03:07:27 +02:00
parent a4d4dc82d4
commit f592565532
4 changed files with 53 additions and 28 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 = 135; // Last changed in PR 9976
constexpr u32 STATE_VERSION = 136; // Last changed in PR 10058
// Maps savestate versions to Dolphin versions.
// Versions after 42 don't need to be added to this list,