mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-19 16:51:38 +00:00
DSPHLE/AX: Reload resampling coefficients on savestate load if necessary.
This commit is contained in:
parent
a4d4dc82d4
commit
f592565532
4 changed files with 53 additions and 28 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue