mirror of
https://github.com/open-goal/jak-project.git
synced 2024-11-23 14:20:07 +00:00
630388229e
My mistake -- testing focused too much on preserving the existing behaviour I clearly forgot to make sure the new stuff worked properly. Just had to early out and not modify the args if they were in the new format.
5 lines
85 B
Batchfile
5 lines
85 B
Batchfile
@echo off
|
|
cd ..\..
|
|
out\build\Release\bin\gk -v --no-display -- -fakeiso -debug
|
|
pause
|