mirror of
https://github.com/open-goal/jak-project
synced 2026-07-31 00:14:38 -04:00
[decomp] sync-info 1 (#351)
* move commonly used scripts to specific folders * fixes * Update test.sh * Update test.sh * Fix file permission * move commonly used scripts to specific folders * fixes * Update test.sh * Update test.sh * Fix file permission * [dynamics-h] clean-up * make things neat * update surface-h * [sync-info] decomp 1 * move commonly used scripts to specific folders * fixes * Update test.sh * Update test.sh * Fix file permission * move commonly used scripts to specific folders * fixes * Update test.sh * Update test.sh * Fix file permission * [sync-info] update decomp * Update gravity-h.gc * [windows] separate scripts for runtime w/ or w/o display * Update dynamics-h.gc * Add offline test for sync-info * clang
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
@echo off
|
||||
cd ..\..
|
||||
out\build\Release\bin\gk -fakeiso -debug -v
|
||||
@@ -1,3 +1,3 @@
|
||||
@echo off
|
||||
cd ..\..
|
||||
out\build\Release\bin\gk -fakeiso -debug -v
|
||||
out\build\Release\bin\gk -fakeiso -debug -v -nodisplay
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
@echo off
|
||||
cd ..\..
|
||||
out\build\Release\bin\offline-test iso_data\jak1\
|
||||
pause
|
||||
Reference in New Issue
Block a user