mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-03 14:49:22 +00:00
Increased the savestate internal version.
Added a small note for instant dma.
This commit is contained in:
parent
86b6dfe4b3
commit
7184019090
2 changed files with 2 additions and 2 deletions
|
@ -63,7 +63,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
|
||||
static const u32 STATE_VERSION = 34;
|
||||
static const u32 STATE_VERSION = 35;
|
||||
|
||||
enum
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue