From 6ebee76883252f84ecce6dafb0fb647f28923735 Mon Sep 17 00:00:00 2001 From: Ray The Fox <120764243+RayTF@users.noreply.github.com> Date: Sun, 4 Aug 2024 22:29:42 -0300 Subject: [PATCH] Still not working btw --- Makefile | 2 +- platform/psp/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 75fe3e43..cfeeac02 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 diff --git a/platform/psp/Makefile b/platform/psp/Makefile index c8c956ee..de6020da 100644 --- a/platform/psp/Makefile +++ b/platform/psp/Makefile @@ -11,7 +11,7 @@ include ../../config.mak #PSPSDK ?= $(shell psp-config --pspsdk-path) #include $(PSPSDK)/lib/build.mak -PSP_EBOOT_TITLE = Sonic\'s UGC +#PSP_EBOOT_TITLE = Sonic\'s UGC #PSP_EBOOT_ICON = data/icon.png #EBOOT.PBP: