mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-10-27 02:19:46 +00:00
HW/MemoryInterface: Add data to savestates and initialize on boot.
This commit is contained in:
parent
973e58be60
commit
d2db451eba
4 changed files with 22 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue