mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-03 14:49:22 +00:00
EXI: Store data for regenerating a GCI folder memory card header in EXI_Channel and pass it down to the memory card device.
This commit is contained in:
parent
e810d492f2
commit
8b13e1882a
10 changed files with 78 additions and 42 deletions
|
@ -74,7 +74,7 @@ static Common::Event g_compressAndDumpStateSyncEvent;
|
|||
static std::thread g_save_thread;
|
||||
|
||||
// Don't forget to increase this after doing changes on the savestate system
|
||||
constexpr u32 STATE_VERSION = 115; // Last changed in PR 8722
|
||||
constexpr u32 STATE_VERSION = 116; // Last changed in PR 8879
|
||||
|
||||
// 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