HW/MemoryInterface: Add data to savestates and initialize on boot.

This commit is contained in:
Lobsterzelda 2022-10-06 18:28:33 -04:00 committed by Admiral H. Curtiss
commit d2db451eba
No known key found for this signature in database
GPG key ID: F051B4C4044F33FB
4 changed files with 22 additions and 2 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 = 150; // Last changed in PR 11124
constexpr u32 STATE_VERSION = 151; // Last changed in PR 11125
// Maps savestate versions to Dolphin versions.
// Versions after 42 don't need to be added to this list,