Smaxx: small fix to some misinformation
authorunc0rr
Sat, 17 Oct 2009 09:44:22 +0000
changeset 2520 b785c90b93fe
parent 2519 78956afbd311
child 2521 fc8d26d14ed0
Smaxx: small fix to some misinformation
QTfrontend/SDLs.cpp
--- a/QTfrontend/SDLs.cpp	Sat Oct 17 09:31:37 2009 +0000
+++ b/QTfrontend/SDLs.cpp	Sat Oct 17 09:44:22 2009 +0000
@@ -100,10 +100,6 @@
 		// Register entries for missing axes not assigned to sticks of this joystick/gamepad
 		for(int aid = 0; aid < SDL_JoystickNumAxes(joy) && i < 1021; aid++)
 		{
-			// Axis 2 on xbox 360 is left/right trigger but those are used as buttons anyway so skip it
-			if(aid == 2 && isxb)
-				continue;
-
 			// Again store the part of the string not changing for multiple uses
 			QString axis = prefix + QApplication::translate("binds (keys)", "Axis") + QString(" %1 ").arg(aid + 1);