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:
Admiral H. Curtiss 2020-06-16 02:10:14 +02:00
commit 8b13e1882a
10 changed files with 78 additions and 42 deletions

View file

@ -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,