mirror of
https://github.com/open-goal/jak-project
synced 2026-08-21 23:00:45 -04:00
more random cleanup (#1716)
* correct some comments * change `pc-cheats?` macro to be more generic * more generic custom fps stuff * better subtitle timings * oopsie! * fix burn effect stacking * fix some windows scripts * fix project * cleanup this func * more fix * oops * ???
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
@echo off
|
||||
cd ..\..
|
||||
out\build\Release\bin\offline-test --dump-mode iso_data\jak1\
|
||||
out\build\Release\bin\offline-test -d --iso_data_path iso_data\jak1\ --game jak1
|
||||
scripts\update_decomp_reference.py failures\ test\decompiler\reference\
|
||||
RMDIR /Q/S failures
|
||||
pause
|
||||
@@ -1,4 +1,4 @@
|
||||
@echo off
|
||||
cd ..\..
|
||||
out\build\Release\bin\offline-test iso_data\jak1\
|
||||
out\build\Release\bin\offline-test --iso_data_path iso_data\jak1\ --game jak1
|
||||
pause
|
||||
Reference in New Issue
Block a user