VideoInterface: Simplify VideoInterface savestate code

VideoInterface: Simplify savestate code in VideoInterface
This commit is contained in:
Lobsterzelda 2022-10-08 02:21:19 -04:00
commit 65c7304bd4
2 changed files with 2 additions and 29 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 = 152; // Last changed in PR 11131
constexpr u32 STATE_VERSION = 153; // Last changed in PR 11137
// Maps savestate versions to Dolphin versions.
// Versions after 42 don't need to be added to this list,