mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-23 16:09:47 +00:00
Update Makefile.psp1
This commit is contained in:
parent
39f089f374
commit
c014fc20a1
@ -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-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
|
||||
#pspsh-run:
|
||||
# pspsh -e reset
|
||||
# pspsh -e ./retroarchpsp.prx
|
||||
# pspsh
|
||||
|
||||
debug: clean all pspsh-debug
|
||||
#debug: clean all pspsh-debug
|
||||
|
||||
run: clean all pspsh-run
|
||||
#run: clean all pspsh-run
|
||||
|
||||
PSPSDK=$(shell psp-config --pspsdk-path)
|
||||
include $(PSPSDK)/lib/build.mak
|
||||
|
Loading…
Reference in New Issue
Block a user