From 7d49d0061679685828b681c92ddfa6121c1802aa Mon Sep 17 00:00:00 2001 From: zeromus Date: Fri, 1 Apr 2016 22:00:42 +0000 Subject: [PATCH] fix bug with P2 snespad getting its input ORed with P1 (and reduce noise) --- trunk/src/drivers/win/input.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/trunk/src/drivers/win/input.cpp b/trunk/src/drivers/win/input.cpp index 5055617c..1b2023c0 100644 --- a/trunk/src/drivers/win/input.cpp +++ b/trunk/src/drivers/win/input.cpp @@ -256,11 +256,12 @@ void UpdateGamepad(bool snes) int wgs = wg; if(snes) { + JS = 0; wgs = 0; for(int x=0;x<12;x++) if(DTestButton(&GamePadConfig[wg][x])) JS|=(1<