mirror of
https://github.com/open-goal/jak-project
synced 2026-07-09 06:53:45 -04:00
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.
This commit is contained in:
@@ -3,4 +3,4 @@
|
||||
# Directory of this script
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
|
||||
|
||||
"${DIR}"/../../build/game/gk -fakeiso -debug -nodisplay"$@"
|
||||
"${DIR}"/../../build/game/gk -- -fakeiso -debug -nodisplay"$@"
|
||||
|
||||
Reference in New Issue
Block a user