From c852c98e705f0f318c6721af40ec4dc2f8de61fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20Jos=C3=A9=20Garc=C3=ADa=20Garc=C3=ADa?= Date: Thu, 25 Aug 2016 13:56:24 +0200 Subject: [PATCH] (VITA) FIX mame2000 --- Makefile.griffin | 2 ++ libretro-common/rthreads/psp_pthread.h | 1 + 2 files changed, 3 insertions(+) diff --git a/Makefile.griffin b/Makefile.griffin index dd30f90ec0..614e9edc58 100644 --- a/Makefile.griffin +++ b/Makefile.griffin @@ -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 diff --git a/libretro-common/rthreads/psp_pthread.h b/libretro-common/rthreads/psp_pthread.h index d70a4a1330..bf0ed35125 100644 --- a/libretro-common/rthreads/psp_pthread.h +++ b/libretro-common/rthreads/psp_pthread.h @@ -26,6 +26,7 @@ #ifdef VITA #include +#include #else #include #include