Skylander Portal: Play Trap Team Audio

Asserts and length handling
This commit is contained in:
Joshua de Reeper
2023-03-05 19:19:00 +13:00
parent 019bde6afc
commit f27e8216a5
4 changed files with 40 additions and 3 deletions

View File

@ -96,7 +96,7 @@ static size_t s_state_writes_in_queue;
static std::condition_variable s_state_write_queue_is_empty;
// Don't forget to increase this after doing changes on the savestate system
constexpr u32 STATE_VERSION = 159; // Last changed in PR 11640
constexpr u32 STATE_VERSION = 160; // Last changed in PR 11644
// Maps savestate versions to Dolphin versions.
// Versions after 42 don't need to be added to this list,