mirror of
https://github.com/open-goal/jak-project
synced 2026-06-26 02:24:34 -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:
@@ -1,4 +1,4 @@
|
||||
@echo off
|
||||
cd ..\..
|
||||
out\build\Release\bin\gk -v -- -boot -fakeiso -debug
|
||||
out\build\Release\bin\gk -boot -fakeiso -debug -v
|
||||
pause
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@echo off
|
||||
cd ..\..
|
||||
out\build\Release\bin\gk -v -- -boot -fakeiso
|
||||
out\build\Release\bin\gk -boot -fakeiso -v
|
||||
pause
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@echo off
|
||||
cd ..\..
|
||||
out\build\Release\bin\gk -v --no-display -- -fakeiso -debug
|
||||
out\build\Release\bin\gk -fakeiso -debug -v -nodisplay
|
||||
pause
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@echo off
|
||||
cd ..\..
|
||||
out\build\Release\bin\gk -v --game jak2 -- -boot -fakeiso -debug
|
||||
out\build\Release\bin\gk -boot -fakeiso -debug -v -jak2
|
||||
pause
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@echo off
|
||||
cd ..\..
|
||||
out\build\Release\bin\gk -v --game jak2 -- -fakeiso -debug
|
||||
out\build\Release\bin\gk -fakeiso -debug -v -jak2
|
||||
pause
|
||||
|
||||
Reference in New Issue
Block a user