mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
IOS: Implement OH0 (/dev/usb/oh0)
This commit is contained in:
parent
c8a6dc6c23
commit
ee188a1d5a
13 changed files with 646 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue