Fixed PS3/Psl1ght build (#72)

This commit is contained in:
crystalct
2021-05-29 09:38:27 +02:00
committed by GitHub
parent c39dc2ab03
commit b59fb7e925
10 changed files with 102 additions and 10 deletions
+5
View File
@@ -57,6 +57,11 @@
#include <pspthreadman.h>
#endif
#if defined(__PS3__) && !defined(__PSL1GHT__)
#include <sys/timer.h>
#define usleep sys_timer_usleep
#endif
#include "atari.h"
#include "platform.h"
#include "util.h"