mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-04 23:07:46 -04:00
Can you tell i don't code C (still not working)
This commit is contained in:
parent
52a2159bc8
commit
291e4fe9c7
2 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -406,7 +406,7 @@ endif
|
||||||
ifeq "$(PLATFORM)" "psp"
|
ifeq "$(PLATFORM)" "psp"
|
||||||
PSPSDK ?= $(shell psp-config --pspsdk-path)
|
PSPSDK ?= $(shell psp-config --pspsdk-path)
|
||||||
TARGET = PicoDrive
|
TARGET = PicoDrive
|
||||||
PSP_EBOOT_TITLE = "Sonic's UGC"
|
PSP_EBOOT_TITLE = Sonic\'s UGC
|
||||||
PSP_EBOOT_ICON = platform/psp/data/icon.png
|
PSP_EBOOT_ICON = platform/psp/data/icon.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
|
||||||
|
|
|
@ -11,7 +11,7 @@ include ../../config.mak
|
||||||
#PSPSDK ?= $(shell psp-config --pspsdk-path)
|
#PSPSDK ?= $(shell psp-config --pspsdk-path)
|
||||||
#include $(PSPSDK)/lib/build.mak
|
#include $(PSPSDK)/lib/build.mak
|
||||||
|
|
||||||
PSP_EBOOT_TITLE = Sonic's UGC
|
PSP_EBOOT_TITLE = Sonic\'s UGC
|
||||||
#PSP_EBOOT_ICON = data/icon.png
|
#PSP_EBOOT_ICON = data/icon.png
|
||||||
|
|
||||||
#EBOOT.PBP:
|
#EBOOT.PBP:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue