Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Implemented SDL_SetThreadPriority()
- Loading branch information
File 6 of 12 in
7c0051f
|
@@ -45,6 +45,12 @@ SDL_ThreadID(void) |
|
|
return (0); |
|
|
} |
|
|
|
|
|
int |
|
|
SDL_SYS_SetThreadPriority(SDL_Thread * thread, SDL_ThreadPriority priority) |
|
|
{ |
|
|
return (0); |
|
|
} |
|
|
|
|
|
void |
|
|
SDL_SYS_WaitThread(SDL_Thread * thread) |
|
|
{ |
|
|
Oops, something went wrong.