mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-07 08:08:04 -04:00
Add XMB Background (PIC1), add Retro Dreams BGM (not implemented yet)
This commit is contained in:
parent
3c5ebb2ecc
commit
bf830343a6
4 changed files with 2 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -19,7 +19,7 @@ cpu/musashi/m68kmake
|
||||||
cpu/musashi/m68kops.c
|
cpu/musashi/m68kops.c
|
||||||
cpu/musashi/m68kops.h
|
cpu/musashi/m68kops.h
|
||||||
config.cfg
|
config.cfg
|
||||||
skin
|
|
||||||
srm/
|
srm/
|
||||||
brm/
|
brm/
|
||||||
mds/
|
mds/
|
||||||
|
|
1
Makefile
1
Makefile
|
@ -408,6 +408,7 @@ PSPSDK ?= $(shell psp-config --pspsdk-path)
|
||||||
TARGET = PicoDrive
|
TARGET = PicoDrive
|
||||||
PSP_EBOOT_TITLE = Sonic UGC
|
PSP_EBOOT_TITLE = Sonic UGC
|
||||||
PSP_EBOOT_ICON = platform/psp/data/icon.png
|
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
|
LIBS += -lpng -lm -lz -lpspgu -lpsppower -lpspaudio -lpsprtc -lpspaudiocodec
|
||||||
EXTRA_TARGETS = EBOOT.PBP
|
EXTRA_TARGETS = EBOOT.PBP
|
||||||
include $(PSPSDK)/lib/build.mak
|
include $(PSPSDK)/lib/build.mak
|
||||||
|
|
BIN
platform/pandora/skin/retro_dreams.mp3
Normal file
BIN
platform/pandora/skin/retro_dreams.mp3
Normal file
Binary file not shown.
BIN
platform/psp/skin/retro_dreams.mp3
Normal file
BIN
platform/psp/skin/retro_dreams.mp3
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue