switch to SDL3 dep

This commit is contained in:
octocar 2025-10-01 21:04:31 +02:00
parent 4be6d30cd9
commit 0a48e85a31
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)