switch to SDL3 dep

This commit is contained in:
octocar 2025-10-01 21:04:31 +02:00 committed by crueter
parent cf0628af46
commit c5eb0e7d2e
Signed by: crueter
GPG key ID: 425ACD2D4830EBC6
25 changed files with 96 additions and 89 deletions

View file

@ -3,7 +3,7 @@
// SDL will break our main function in yuzu-cmd if we don't define this before adding SDL.h
#define SDL_MAIN_HANDLED
#include <SDL.h>
#include <SDL3/SDL.h>
#include "common/logging/log.h"
#include "input_common/main.h"