wiiu: Updates for newer SDL

This commit is contained in:
rw-r-r-0644
2018-10-28 19:41:37 +01:00
committed by Dave Murphy
parent 745a77ed2e
commit 9813ae7f5b
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