diff --git a/.gitignore b/.gitignore index 430a4548..5ac13208 100644 --- a/.gitignore +++ b/.gitignore @@ -19,7 +19,7 @@ cpu/musashi/m68kmake cpu/musashi/m68kops.c cpu/musashi/m68kops.h config.cfg -skin + srm/ brm/ mds/ diff --git a/Makefile b/Makefile index 0b1a64e3..dff1b050 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/platform/pandora/skin/retro_dreams.mp3 b/platform/pandora/skin/retro_dreams.mp3 new file mode 100644 index 00000000..03eedb96 Binary files /dev/null and b/platform/pandora/skin/retro_dreams.mp3 differ diff --git a/platform/psp/skin/retro_dreams.mp3 b/platform/psp/skin/retro_dreams.mp3 new file mode 100644 index 00000000..03eedb96 Binary files /dev/null and b/platform/psp/skin/retro_dreams.mp3 differ