IOS: Implement OH0 (/dev/usb/oh0)

This commit is contained in:
Léo Lam
2016-11-13 14:23:09 +01:00
parent c8a6dc6c23
commit ee188a1d5a
13 changed files with 646 additions and 3 deletions

View File

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