jak-project/scripts/batch/gk.bat
Tyler Wilding 630388229e
cleanup gk CLI and fix issue that caused revert (#2310)
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.
2023-03-09 23:13:01 -05:00

5 lines
85 B
Batchfile

@echo off
cd ..\..
out\build\Release\bin\gk -v --no-display -- -fakeiso -debug
pause