mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-04 14:57:45 -04:00
Fix REALLY STUPID typo that stopped this shit from compiling
This commit is contained in:
parent
078c7ede44
commit
c3a62e8c64
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue