Fix KERNEL PRX path

This commit is contained in:
libretroadmin 2023-02-11 00:45:03 +01:00
parent 35860b4d47
commit 6461928ed4

View File

@ -50,7 +50,7 @@ OBJS = frontend/frontend_salamander.o \
verbosity.o
ifeq ($(HAVE_KERNEL_PRX), 1)
OBJS += bootstrap/psp1/kernel_functions.o
OBJS += bootstrap/psp1/kernel_functions_prx/kernel_functions.o
CFLAGS += -DHAVE_KERNEL_PRX
endif