Can you tell i don't code C (still not working)

This commit is contained in:
Ray The Fox 2024-08-04 22:24:22 -03:00
parent 52a2159bc8
commit 291e4fe9c7
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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: