1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-31 18:41:20 +00:00

sdl: Update to 3.2.28

This commit is contained in:
Rémi Verschelde
2025-12-12 23:25:11 +01:00
parent 08e6cd181f
commit a5452ce8c5
58 changed files with 703 additions and 465 deletions

View File

@@ -7439,7 +7439,7 @@ DisplayServerWindows::DisplayServerWindows(const String &p_rendering_driver, Win
window_set_vsync_mode(p_vsync_mode, MAIN_WINDOW_ID);
#ifdef SDL_ENABLED
joypad_sdl = memnew(JoypadSDL(windows[MAIN_WINDOW_ID].hWnd));
joypad_sdl = memnew(JoypadSDL);
if (joypad_sdl->initialize() != OK) {
ERR_PRINT("Couldn't initialize SDL joypad input driver.");
memdelete(joypad_sdl);