]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/gui/gamepad.cpp
Finally, we have 2.1.1. :-D
[virtualjaguar] / src / gui / gamepad.cpp
index 873e3b5ad9a81d2efc0f3f7c186a256336fa2d22..a7a949864a4af62d49f070bca0a230e868e0636b 100644 (file)
@@ -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");
                        }