Skip to content

Commit 61c35d3

Browse files
author
tuxuser
committed
Changes to sync up with latest LibXenon
1 parent e0d24a5 commit 61c35d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/joystick/xenon/SDL_xenonjoystick.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ void SDL_SYS_JoystickUpdate(SDL_Joystick *joystick)
178178
SDL_PrivateJoystickButton(joystick, (Uint8)8, SDL_RELEASED);
179179
}
180180

181-
if (joystick->hwdata->curpad.select)
181+
if (joystick->hwdata->curpad.back)
182182
{
183183
if (!joystick->buttons[9])
184184
SDL_PrivateJoystickButton(joystick, (Uint8)9, SDL_PRESSED);

0 commit comments

Comments
 (0)