From c86de916cb33ae6abde5764b88d847be12d6f1ee Mon Sep 17 00:00:00 2001 From: Francisco Javier Trujillo Mata Date: Wed, 8 Jan 2020 16:52:40 +0100 Subject: [PATCH] Put new makefile options after the commons for PSP --- Makefile.psp1 | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/Makefile.psp1 b/Makefile.psp1 index d380634e8b..64f18d6700 100644 --- a/Makefile.psp1 +++ b/Makefile.psp1 @@ -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 \ No newline at end of file