switch to SDL3 dep
This commit is contained in:
parent
cf0628af46
commit
c5eb0e7d2e
25 changed files with 96 additions and 89 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue