Created scripts to make building/debugging easier

This commit is contained in:
MysterD 2020-07-30 18:12:28 -07:00
parent 516a84b938
commit 6a51ca447c
2 changed files with 2 additions and 0 deletions

1
compile.sh Normal file
View File

@ -0,0 +1 @@
make BETTERCAMERA=1 NODRAWINGDISTANCE=1 DEBUG=1 && winpty cgdb ./build/us_pc/sm64.us.f3dex2e.exe -ex 'run' -ex 'quit'

1
debug.sh Normal file
View File

@ -0,0 +1 @@
make BETTERCAMERA=1 NODRAWINGDISTANCE=1 DEBUG=1 && winpty cgdb ./build/us_pc/sm64.us.f3dex2e.exe -ex 'break render_pause_courses_and_castle'