mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2026-04-26 12:01:43 +00:00
Created scripts to make building/debugging easier
This commit is contained in:
parent
516a84b938
commit
6a51ca447c
2 changed files with 2 additions and 0 deletions
1
compile.sh
Normal file
1
compile.sh
Normal 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
1
debug.sh
Normal 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'
|
||||
Loading…
Add table
Reference in a new issue