From 27d345c77c32b826fa09a9308a49ed0769b1f7c4 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Wed, 12 Aug 2015 19:30:30 +0200 Subject: [PATCH] (Vita) Add Vita ifndef --- frontend/drivers/platform_psp.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/frontend/drivers/platform_psp.c b/frontend/drivers/platform_psp.c index 79766a084b..29889ebd97 100644 --- a/frontend/drivers/platform_psp.c +++ b/frontend/drivers/platform_psp.c @@ -186,9 +186,16 @@ static void frontend_psp_init(void *data) { #ifndef IS_SALAMANDER (void)data; + +#ifndef VITA + /* TODO/FIXME - Err on the safe side for now and + * assume these aren't there with the PSP2/Vita SDKs. + */ + /* initialize debug screen */ pspDebugScreenInit(); pspDebugScreenClear(); +#endif setup_callback();