rename some headers

This commit is contained in:
octocar 2025-10-01 21:04:31 +02:00 committed by crueter
parent 0115a5fcc0
commit 6f0255a8c4
4 changed files with 4 additions and 4 deletions

View file

@ -15,7 +15,7 @@
#ifdef YUZU_USE_EXTERNAL_SDL2
// Include this before SDL.h to prevent the external from including a dummy
#define USING_GENERATED_CONFIG_H
#include <SDL_config.h>
#include <SDL3/SDL_config.h>
#endif
#include <SDL3/SDL.h>