wiiu/systhread: implement thread names

This commit is contained in:
GaryOderNichts
2023-04-06 17:34:01 +02:00
committed by Dave Murphy
parent 48e2bcd73a
commit f5f0de3afc

View File

@@ -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)