HW: SI_Device_GCController: Minor cleanup. Remove a member/state variable that should just be a local variable.

This commit is contained in:
Jordan Woyak
2019-01-31 06:30:06 -06:00
parent 419ba925b7
commit c54cc3fa38
3 changed files with 3 additions and 5 deletions

View File

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