mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-10-21 07:29:26 +00:00
GCMemcard: Remove manual std::vector handling in DoState
This commit is contained in:
parent
e8221d7948
commit
4d33f6af7c
3 changed files with 3 additions and 15 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 = 149; // Last changed in PR 10781
|
||||
constexpr u32 STATE_VERSION = 150; // Last changed in PR 11124
|
||||
|
||||
// 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