Add XMB Background (PIC1), add Retro Dreams BGM (not implemented yet)

This commit is contained in:
Ray The Fox 2024-08-08 20:23:00 -03:00
parent 3c5ebb2ecc
commit bf830343a6
4 changed files with 2 additions and 1 deletions

View file

@ -408,6 +408,7 @@ PSPSDK ?= $(shell psp-config --pspsdk-path)
TARGET = PicoDrive
PSP_EBOOT_TITLE = Sonic UGC
PSP_EBOOT_ICON = platform/psp/data/icon.png
PSP_EBOOT_PIC1 = platform/psp/skin/background_selector.png
LIBS += -lpng -lm -lz -lpspgu -lpsppower -lpspaudio -lpsprtc -lpspaudiocodec
EXTRA_TARGETS = EBOOT.PBP
include $(PSPSDK)/lib/build.mak