Merge pull request #11131 from Pokechu22/cp-state-savestate-mistakes

Include tangent/binormal cache in savestates and simplify saving CP state
This commit is contained in:
Admiral H. Curtiss
2022-10-11 03:42:17 +02:00
committed by GitHub
6 changed files with 12 additions and 26 deletions

View File

@ -94,7 +94,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 = 151; // Last changed in PR 11125
constexpr u32 STATE_VERSION = 152; // Last changed in PR 11131
// Maps savestate versions to Dolphin versions.
// Versions after 42 don't need to be added to this list,