Merge pull request #303 from raven02/patch-4
Set default log level to Error
This commit is contained in:
+1
-1
@@ -288,7 +288,7 @@ public:
|
|||||||
HLEHookStFunc.Load(false);
|
HLEHookStFunc.Load(false);
|
||||||
HLESaveTTY.Load(false);
|
HLESaveTTY.Load(false);
|
||||||
HLEExitOnStop.Load(false);
|
HLEExitOnStop.Load(false);
|
||||||
HLELogLvl.Load(0);
|
HLELogLvl.Load(3);
|
||||||
HLEHideDebugConsole.Load(false);
|
HLEHideDebugConsole.Load(false);
|
||||||
HLEAlwaysStart.Load(false);
|
HLEAlwaysStart.Load(false);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user