From 89a16883a7f4238eb122d8f0b2f0d0fc072386d1 Mon Sep 17 00:00:00 2001 From: rw-r-r-0644 Date: Fri, 21 Sep 2018 20:23:23 +0200 Subject: [PATCH] wiiu: enable thread support and stop building generic thread impl --- Makefile.wiiu | 1 - include/SDL_config_wiiu.h | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) 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