mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-21 10:53:05 -06:00
HW: SI_Device_GCController: Minor cleanup. Remove a member/state variable that should just be a local variable.
This commit is contained in:
@ -74,7 +74,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 = 100; // Last changed in PR 7728
|
||||
static const u32 STATE_VERSION = 101; // Last changed in PR 7761
|
||||
|
||||
// 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