mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
Gamepad (minor) > Disabled LiveUpdates, it's not stable in the current form
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4552 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -114,13 +114,6 @@ WiimotePadConfigDialog::WiimotePadConfigDialog(wxWindow *parent, wxWindowID id,
|
||||
// Reset values
|
||||
GetButtonWaitingID = 0;
|
||||
GetButtonWaitingTimer = 0;
|
||||
// Settings
|
||||
// Only tested in Windows
|
||||
#ifdef _WIN32
|
||||
LiveUpdates = true;
|
||||
#else
|
||||
LiveUpdates = false;
|
||||
#endif
|
||||
|
||||
// Start the slow timer
|
||||
int TimesPerSecond = 2;
|
||||
|
Reference in New Issue
Block a user