wiiu: Updates for newer SDL

This commit is contained in:
rw-r-r-0644 2018-10-28 19:41:37 +01:00
parent dc1e294bea
commit 942e94dd8c
2 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,7 @@ SOURCES = \
src/render/wiiu/*.c \
src/render/software/*.c \
src/stdlib/*.c \
src/sensor/*.c \
src/thread/*.c \
src/thread/wiiu/*.c \
src/timer/*.c \

View File

@ -97,6 +97,7 @@
#define HAVE_COPYSIGNF 1
#define HAVE_COS 1
#define HAVE_COSF 1
#define HAVE_EXP 1
#define HAVE_FABS 1
#define HAVE_FABSF 1
#define HAVE_FLOOR 1