diff --git a/Makefile.wiiu b/Makefile.wiiu index 47f77bf26..df1d16f8b 100644 --- a/Makefile.wiiu +++ b/Makefile.wiiu @@ -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 \ diff --git a/include/SDL_config_wiiu.h b/include/SDL_config_wiiu.h index ed75c979f..4e8dc37db 100644 --- a/include/SDL_config_wiiu.h +++ b/include/SDL_config_wiiu.h @@ -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