summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/core/Pad.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/Pad.cpp b/src/core/Pad.cpp
index ac195fc9..fd48ba97 100644
--- a/src/core/Pad.cpp
+++ b/src/core/Pad.cpp
@@ -1112,7 +1112,7 @@ void CPad::UpdatePads(void)
GetPad(0)->Update(0);
#ifndef MASTER
- GetPad(1)->Update(0);
+ GetPad(1)->Update(1);
#else
GetPad(1)->NewState.Clear();
GetPad(1)->OldState.Clear();