Skip to content

Commit e815287

Browse files
committed
(PSP) Buildfix
1 parent 1ec036f commit e815287

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile.psp1.salamander

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ OBJS = frontend/frontend_salamander.o \
5050
verbosity.o
5151

5252
ifeq ($(HAVE_KERNEL_PRX), 1)
53-
OBJS += bootstrap/psp1/kernel_functions_prx/kernel_functions.o
53+
OBJS += bootstrap/psp1/kernel_functions.o
5454
CFLAGS += -DHAVE_KERNEL_PRX
5555
endif
5656

frontend/drivers/platform_psp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
#endif
6666

6767
#if defined(PSP) && defined(HAVE_KERNEL_PRX)
68-
#include "../../bootstrap/psp1/kernel_functions_prx/kernel_functions.h"
68+
#include "../../bootstrap/psp1/kernel_functions.h"
6969
#endif
7070

7171
#if defined(HAVE_VITAGLES)

0 commit comments

Comments
 (0)