mirror of
https://github.com/open-goal/jak-project
synced 2026-08-21 14:54:53 -04:00
disable goal networking when not in debug mode (#1602)
This commit is contained in:
@@ -63,6 +63,13 @@
|
||||
"name" : "Run - Runtime (boot)",
|
||||
"args" : [ "-boot", "-fakeiso", "-debug", "-v" ]
|
||||
},
|
||||
{
|
||||
"type" : "default",
|
||||
"project" : "CMakeLists.txt",
|
||||
"projectTarget" : "gk.exe (bin\\gk.exe)",
|
||||
"name" : "Run - Runtime (boot no debug)",
|
||||
"args" : [ "-boot", "-fakeiso", "-v" ]
|
||||
},
|
||||
{
|
||||
"type" : "default",
|
||||
"project" : "CMakeLists.txt",
|
||||
|
||||
@@ -336,9 +336,9 @@ int InitMachine() {
|
||||
// }
|
||||
|
||||
// do this always
|
||||
// if (MasterDebug) { // connect to GOAL compiler
|
||||
InitGoalProto();
|
||||
//}
|
||||
if (MasterDebug) { // connect to GOAL compiler
|
||||
InitGoalProto();
|
||||
}
|
||||
|
||||
lg::info("InitSound");
|
||||
InitSound(); // do nothing!
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
@echo off
|
||||
cd ..\..
|
||||
out\build\Release\bin\gk -boot -fakeiso -v
|
||||
pause
|
||||
Reference in New Issue
Block a user