update sdl2 platform headers

This commit is contained in:
alexey.lysiuk 2021-02-11 15:52:33 +02:00
parent fad382c9e3
commit 38a0a398e1
3 changed files with 2 additions and 2 deletions

View File

@ -2,9 +2,9 @@
#pragma once
#if defined(__x86_64__)
# include "x86_64/SDL_config.h"
# include "_aedi_x86_64_SDL_config.h"
#elif defined(__aarch64__)
# include "arm64/SDL_config.h"
# include "_aedi_arm64_SDL_config.h"
#else
# error Unknown architecture
#endif