Vita: fix thread detach. Remove leftover KillThread
parent
ddcd847c8e
commit
512355d7aa
|
@ -107,13 +107,7 @@ void SDL_SYS_WaitThread(SDL_Thread *thread)
|
||||||
|
|
||||||
void SDL_SYS_DetachThread(SDL_Thread *thread)
|
void SDL_SYS_DetachThread(SDL_Thread *thread)
|
||||||
{
|
{
|
||||||
/* !!! FIXME: is this correct? */
|
/* Do nothing. */
|
||||||
sceKernelDeleteThread(thread->handle);
|
|
||||||
}
|
|
||||||
|
|
||||||
void SDL_SYS_KillThread(SDL_Thread *thread)
|
|
||||||
{
|
|
||||||
sceKernelDeleteThread(thread->handle);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
int SDL_SYS_SetThreadPriority(SDL_ThreadPriority priority)
|
int SDL_SYS_SetThreadPriority(SDL_ThreadPriority priority)
|
||||||
|
|
Loading…
Reference in New Issue