mirror of
https://github.com/libretro/RetroArch
synced 2025-03-30 16:20:27 +00:00
(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
|
||||
(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();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user