# HG changeset patch # User unc0rr # Date 1255772662 0 # Node ID b785c90b93fe649d4ae4cbac57039aef3fee5edf # Parent 78956afbd311df0d560011ac5b8a712a440fcb56 Smaxx: small fix to some misinformation diff -r 78956afbd311 -r b785c90b93fe 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);