mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 06:44:27 +00:00
Add specific ifdef rule for Vita
This commit is contained in:
parent
2d8ef11944
commit
0975097ccf
@ -38,7 +38,7 @@
|
|||||||
#include "../../defines/psp_defines.h"
|
#include "../../defines/psp_defines.h"
|
||||||
#include "../../general.h"
|
#include "../../general.h"
|
||||||
|
|
||||||
#if defined(HAVE_KERNEL_PRX) || defined(IS_SALAMANDER)
|
#if defined(HAVE_KERNEL_PRX) || (defined(IS_SALAMANDER) && !defined(VITA))
|
||||||
#include "../../psp1/kernel_functions.h"
|
#include "../../psp1/kernel_functions.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user