(PSP) Buildfix

This commit is contained in:
libretroadmin 2023-02-11 09:12:16 +01:00
parent 1ec036fb91
commit e8152870f6
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

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