IOS/WiiSockMan: Move instance to IOS Kernel.

This commit is contained in:
Admiral H. Curtiss
2023-04-17 04:38:48 +02:00
parent 37a30a5e50
commit b2ee958058
9 changed files with 104 additions and 74 deletions

View File

@ -96,7 +96,7 @@ static size_t s_state_writes_in_queue;
static std::condition_variable s_state_write_queue_is_empty;
// Don't forget to increase this after doing changes on the savestate system
constexpr u32 STATE_VERSION = 161; // Last changed in PR 11655
constexpr u32 STATE_VERSION = 162; // Last changed in PR 11767
// Maps savestate versions to Dolphin versions.
// Versions after 42 don't need to be added to this list,