switch to SDL3 dep

This commit is contained in:
octocar 2025-10-01 21:04:31 +02:00 committed by crueter
parent 1a5b3fb239
commit 0b74d1cebb
21 changed files with 57 additions and 57 deletions

View file

@ -18,7 +18,7 @@
#include <SDL_config.h>
#endif
#include <SDL.h>
#include <SDL3/SDL.h>
EmuWindow_SDL2_Null::EmuWindow_SDL2_Null(InputCommon::InputSubsystem* input_subsystem_,
Core::System& system_, bool fullscreen)