GCMemcard: Remove manual std::vector handling in DoState

This commit is contained in:
Pokechu22 2022-10-06 11:25:20 -07:00
commit 4d33f6af7c
3 changed files with 3 additions and 15 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 = 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,