diff --git a/src/thread/wiiu/SDL_systhread.c b/src/thread/wiiu/SDL_systhread.c index 9f4e246f1..e2904e119 100644 --- a/src/thread/wiiu/SDL_systhread.c +++ b/src/thread/wiiu/SDL_systhread.c @@ -74,7 +74,7 @@ int SDL_SYS_CreateThread(SDL_Thread *thread) void SDL_SYS_SetupThread(const char *name) { - /* Do nothing. */ + OSSetThreadName(OSGetCurrentThread(), name); } SDL_threadID SDL_ThreadID(void)