Update SDL3 submodule (#4422)

* Update SDL3 submodule

* new steam controller keybinds
This commit is contained in:
kalaposfos13 2026-05-15 10:19:01 +02:00 committed by GitHub
parent 1e58af0cc2
commit 40237afd1d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 1 deletions

2
externals/sdl3 vendored

@ -1 +1 @@
Subproject commit 7f12b975bbad1b35f63c1b7090bf3e99575d95df
Subproject commit d5af35e3fbb5bb6555ed00e69740d52af2a4e877

View File

@ -149,6 +149,11 @@ const std::map<std::string, u32> string_to_cbutton_map = {
{"rpaddle_high", SDL_GAMEPAD_BUTTON_RIGHT_PADDLE1},
{"rpaddle_low", SDL_GAMEPAD_BUTTON_RIGHT_PADDLE2},
{"mouse_gyro_roll_mode", MOUSE_GYRO_ROLL_MODE},
{"qam", SDL_GAMEPAD_BUTTON_MISC1},
{"r4", SDL_GAMEPAD_BUTTON_RIGHT_PADDLE1},
{"l4", SDL_GAMEPAD_BUTTON_LEFT_PADDLE1},
{"r5", SDL_GAMEPAD_BUTTON_RIGHT_PADDLE2},
{"l5", SDL_GAMEPAD_BUTTON_LEFT_PADDLE2},
};
const std::map<std::string, u32> string_to_hotkey_map = {
{"hotkey_pause", HOTKEY_PAUSE},