(Vita) Add Vita ifndef
This commit is contained in:
parent
0975097ccf
commit
27d345c77c
|
@ -186,9 +186,16 @@ static void frontend_psp_init(void *data)
|
||||||
{
|
{
|
||||||
#ifndef IS_SALAMANDER
|
#ifndef IS_SALAMANDER
|
||||||
(void)data;
|
(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 */
|
/* initialize debug screen */
|
||||||
pspDebugScreenInit();
|
pspDebugScreenInit();
|
||||||
pspDebugScreenClear();
|
pspDebugScreenClear();
|
||||||
|
#endif
|
||||||
|
|
||||||
setup_callback();
|
setup_callback();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue