Initial for building PSP version with CMake

This commit is contained in:
Wouter Wijsman
2021-11-29 18:42:13 +01:00
committed by Ozkan Sezer
parent d09f80ef18
commit 21fd0047e3
4 changed files with 67 additions and 5 deletions

View File

@@ -20,7 +20,7 @@
*/
#include "../../SDL_internal.h"
#ifdef SDL_TIMERS_PSP
#ifdef SDL_TIMER_PSP
#include "SDL_thread.h"
#include "SDL_timer.h"
@@ -84,7 +84,7 @@ void SDL_Delay(Uint32 ms)
sceKernelDelayThreadCB(ms * 1000);
}
#endif /* SDL_TIMERS_PSP */
#endif /* SDL_TIMER_PSP */
/* vim: ts=4 sw=4
*/