From c3a62e8c645d1c2b8d4dfe56f666322dd2b25850 Mon Sep 17 00:00:00 2001 From: Ray The Fox <120764243+RayTF@users.noreply.github.com> Date: Sun, 4 Aug 2024 22:00:05 -0300 Subject: [PATCH] Fix REALLY STUPID typo that stopped this shit from compiling --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d27c3acc..74418cd8 100644 --- a/Makefile +++ b/Makefile @@ -406,7 +406,7 @@ endif ifeq "$(PLATFORM)" "psp" PSPSDK ?= $(shell psp-config --pspsdk-path) TARGET = PicoDrive -PSP_EBOOT_TITLE = Sonic's UGC +PSP_EBOOT_TITLE = 'Sonic's UGC' PSP_EBOOT_ICON = platform/psp/data/icon.png LIBS += -lpng -lm -lz -lpspgu -lpsppower -lpspaudio -lpsprtc -lpspaudiocodec EXTRA_TARGETS = EBOOT.PBP