mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-23 07:59:42 +00:00
Fix KERNEL PRX path
This commit is contained in:
parent
35860b4d47
commit
6461928ed4
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user