wiiu: enable thread support and stop building generic thread impl

This commit is contained in:
rw-r-r-0644
2018-09-21 20:23:23 +02:00
committed by Ash Logan
parent 6ea16de7c6
commit 89a16883a7
2 changed files with 1 additions and 1 deletions

View File

@@ -36,7 +36,6 @@ SOURCES = \
src/stdlib/*.c \
src/thread/*.c \
src/thread/wiiu/*.c \
src/thread/generic/*.c \
src/timer/*.c \
src/timer/wiiu/*.c \
src/timer/dummy/*.c \

View File

@@ -128,6 +128,7 @@
/* Wii U thread support (src/thread/wiiu/\*.c) */
#define SDL_THREAD_WIIU 1
#define SDL_THREADS_DISABLED 0
/* Wii U timer support (src/timer/wiiu/\*.c) */
#define SDL_TIMER_WIIU 1