Implemented SDL_SetThreadPriority()
This commit is contained in:
parent
0b1225e301
commit
bca33709c6
12 changed files with 122 additions and 13 deletions
|
@ -140,3 +140,5 @@ SDL_mutexV(SDL_mutex * mutex)
|
|||
return 0;
|
||||
#endif /* DISABLE_THREADS */
|
||||
}
|
||||
|
||||
/* vi: set ts=4 sw=4 expandtab: */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue