mirror of
https://github.com/Pecusx/libretro-atari800.git
synced 2026-05-21 06:39:36 +02:00
Fixed PS3/Psl1ght build (#72)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user