forked from dolphin-emu/dolphin
Calibrated the GCPad even if the game does not explicitly do so.
This commit is contained in:
@@ -64,7 +64,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 = 40;
|
||||
static const u32 STATE_VERSION = 41;
|
||||
|
||||
enum
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user