(Vita) Add Vita ifndef

This commit is contained in:
twinaphex 2015-08-12 19:30:30 +02:00
parent 0975097ccf
commit 27d345c77c

View File

@ -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();