mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-18 17:04:34 +00:00
(VITA) FIX mame2000
This commit is contained in:
parent
0bd9ccddc1
commit
c852c98e70
@ -392,6 +392,8 @@ ifeq ($(DEBUG), 1)
|
||||
CFLAGS += -O0 -g -DDEBUG
|
||||
else ifeq ($(platform), psp1)
|
||||
CFLAGS += -O2
|
||||
else ifeq ($(platform), vita)
|
||||
CFLAGS += -O1
|
||||
else
|
||||
CFLAGS += -O3
|
||||
endif
|
||||
|
@ -26,6 +26,7 @@
|
||||
|
||||
#ifdef VITA
|
||||
#include <psp2/kernel/threadmgr.h>
|
||||
#include <sys/time.h>
|
||||
#else
|
||||
#include <pspkernel.h>
|
||||
#include <pspthreadman.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user