mirror of
https://github.com/open-goal/jak-project
synced 2026-06-12 13:35:39 -04:00
Revert "game: cleanup gk's CLI documentation" (#2306)
Reverts open-goal/jak-project#2189 can't figure out how to use the new options yet
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 -- -boot -fakeiso -debug "$@"
|
||||
"${DIR}"/../../build/game/gk -boot -fakeiso -debug "$@"
|
||||
|
||||
@@ -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"$@"
|
||||
|
||||
+1
-1
@@ -3,4 +3,4 @@
|
||||
# Directory of this script
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
|
||||
|
||||
"${DIR}"/../../build/game/gk --no-display -- -fakeiso -debug -nokernel -nodisplay "$@"
|
||||
"${DIR}"/../../build/game/gk -fakeiso -debug -nokernel -nodisplay "$@"
|
||||
|
||||
Reference in New Issue
Block a user