mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-22 23:49:50 +00:00
(PSP) Buildfix
This commit is contained in:
parent
1ec036fb91
commit
e8152870f6
@ -50,7 +50,7 @@ OBJS = frontend/frontend_salamander.o \
|
||||
verbosity.o
|
||||
|
||||
ifeq ($(HAVE_KERNEL_PRX), 1)
|
||||
OBJS += bootstrap/psp1/kernel_functions_prx/kernel_functions.o
|
||||
OBJS += bootstrap/psp1/kernel_functions.o
|
||||
CFLAGS += -DHAVE_KERNEL_PRX
|
||||
endif
|
||||
|
||||
|
@ -65,7 +65,7 @@
|
||||
#endif
|
||||
|
||||
#if defined(PSP) && defined(HAVE_KERNEL_PRX)
|
||||
#include "../../bootstrap/psp1/kernel_functions_prx/kernel_functions.h"
|
||||
#include "../../bootstrap/psp1/kernel_functions.h"
|
||||
#endif
|
||||
|
||||
#if defined(HAVE_VITAGLES)
|
||||
|
Loading…
Reference in New Issue
Block a user