We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ec036f commit e815287Copy full SHA for e815287
Makefile.psp1.salamander
@@ -50,7 +50,7 @@ OBJS = frontend/frontend_salamander.o \
50
verbosity.o
51
52
ifeq ($(HAVE_KERNEL_PRX), 1)
53
-OBJS += bootstrap/psp1/kernel_functions_prx/kernel_functions.o
+OBJS += bootstrap/psp1/kernel_functions.o
54
CFLAGS += -DHAVE_KERNEL_PRX
55
endif
56
frontend/drivers/platform_psp.c
@@ -65,7 +65,7 @@
65
#endif
66
67
#if defined(PSP) && defined(HAVE_KERNEL_PRX)
68
-#include "../../bootstrap/psp1/kernel_functions_prx/kernel_functions.h"
+#include "../../bootstrap/psp1/kernel_functions.h"
69
70
71
#if defined(HAVE_VITAGLES)
0 commit comments