forked from dolphin-emu/dolphin
IOS: Implement OH0 (/dev/usb/oh0)
This commit is contained in:
@@ -71,7 +71,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 = 73; // Last changed in PR 4651
|
||||
static const u32 STATE_VERSION = 74; // Last changed in PR 4408
|
||||
|
||||
// Maps savestate versions to Dolphin versions.
|
||||
// Versions after 42 don't need to be added to this list,
|
||||
|
||||
Reference in New Issue
Block a user