X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fgui%2Fgamepad.cpp;h=a7a949864a4af62d49f070bca0a230e868e0636b;hb=dc2b5ea2786687316224f5c29a4b7bdebddc71b5;hp=873e3b5ad9a81d2efc0f3f7c186a256336fa2d22;hpb=a8b48a094d7d3f16abe643ebf46c35483ffc2da2;p=virtualjaguar diff --git a/src/gui/gamepad.cpp b/src/gui/gamepad.cpp index 873e3b5..a7a9498 100644 --- a/src/gui/gamepad.cpp +++ b/src/gui/gamepad.cpp @@ -68,8 +68,8 @@ void Gamepad::AllocateJoysticks(void) // Ick, kludges already!!! if (strcmp(padName[i], "Sony PLAYSTATION(R)3 Controller") == 0) { - // We do this because these axes stay stuck on -32000 (buttons) - // or come on and stay on (D-pad). :-P + // We do this because these axes stay stuck on -32767 (buttons) + // or start at 0 and stay stuck at -32767 (D-pad). :-P numAxes[i] = 8; WriteLog("Gamepad: Blacklisting PS3 controller axes 8 on up...\n"); }