Merge pull request #9968 from fjtrujy/psp/DevelopmentImprovements

Put new makefile options after the commons for PSP
This commit is contained in:
Twinaphex 2020-01-08 17:29:46 +01:00 committed by GitHub
commit 5296f4aebd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,20 +56,20 @@ PSP_OBJECTS = griffin/griffin.o bootstrap/psp1/kernel_functions.o
OBJS = $(PSP_OBJECTS)
#pspsh-debug:
# pspsh -e reset
# read -p "Start debugger in VSCode and press any key to continue... \n" -n1 -s
# # pspsh -e debug ./retroarchpsp.prx
# pspsh
#pspsh-run:
# pspsh -e reset
# pspsh -e ./retroarchpsp.prx
# pspsh
#debug: clean all pspsh-debug
#run: clean all pspsh-run
PSPSDK=$(shell psp-config --pspsdk-path)
include $(PSPSDK)/lib/build.mak
pspsh-debug:
pspsh -e reset
read -p "Start debugger in VSCode and press any key to continue... \n" -n1 -s
pspsh -e debug ./retroarchpsp.prx
pspsh
pspsh-run:
pspsh -e reset
pspsh -e ./retroarchpsp.prx
pspsh
debug: clean all pspsh-debug
run: clean all pspsh-run