mirror of
https://github.com/yawut/SDL.git
synced 2026-04-24 23:37:09 -05:00
wiiu: enable thread support and stop building generic thread impl
This commit is contained in:
parent
5bffc11a0b
commit
59bb58860c
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user