mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-02-07 20:37:13 +00:00
Fixed the hat_map to avoid segmentation fault
(cherry picked from commit57e78f4cf5) (cherry picked from commit2cb422360c)
This commit is contained in:
committed by
Sam Lantinga
parent
ce67788629
commit
c816300615
@@ -1430,6 +1430,7 @@ RAWINPUT_HandleStatePacket(SDL_Joystick *joystick, Uint8 *data, int size)
|
||||
(1 << SDL_CONTROLLER_BUTTON_DPAD_DOWN) | (1 << SDL_CONTROLLER_BUTTON_DPAD_LEFT),
|
||||
(1 << SDL_CONTROLLER_BUTTON_DPAD_LEFT),
|
||||
(1 << SDL_CONTROLLER_BUTTON_DPAD_UP) | (1 << SDL_CONTROLLER_BUTTON_DPAD_LEFT),
|
||||
0,
|
||||
};
|
||||
Uint64 match_state = ctx->match_state;
|
||||
/* Update match_state with button bit, then fall through */
|
||||
|
||||
Reference in New Issue
Block a user