mirror of
https://github.com/open-goal/jak-project
synced 2026-08-21 23:00:45 -04:00
Compiler Cleanup (Part 2) (#56)
* check on windows * fix windows build * version test * clean up - will it work on windows * fix formatting
This commit is contained in:
@@ -94,6 +94,12 @@ void InitParms(int argc, const char* const* argv) {
|
||||
reboot = 0;
|
||||
}
|
||||
|
||||
// an added mode to allow booting without a KERNEL.CGO for testing
|
||||
if (arg == "-nokernel") {
|
||||
Msg(6, "dkernel: no kernel mode\n");
|
||||
MasterUseKernel = false;
|
||||
}
|
||||
|
||||
// GOAL Settings
|
||||
// ----------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user