Add Thread drivers

This commit is contained in:
Francisco Javier Trujillo Mata 2022-06-13 20:58:18 +02:00 committed by Sam Lantinga
parent 217d3a6dab
commit 52f00833b0
6 changed files with 332 additions and 0 deletions

View file

@ -32,6 +32,8 @@
#include "pthread/SDL_systhread_c.h"
#elif SDL_THREAD_WINDOWS
#include "windows/SDL_systhread_c.h"
#elif SDL_THREAD_PS2
#include "ps2/SDL_systhread_c.h"
#elif SDL_THREAD_PSP
#include "psp/SDL_systhread_c.h"
#elif SDL_THREAD_VITA