mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-21 03:55:32 +00:00
Set default log level to Error
This commit is contained in:
parent
a09984d210
commit
f7d21596a5
1 changed files with 1 additions and 1 deletions
|
@ -288,7 +288,7 @@ public:
|
|||
HLEHookStFunc.Load(false);
|
||||
HLESaveTTY.Load(false);
|
||||
HLEExitOnStop.Load(false);
|
||||
HLELogLvl.Load(0);
|
||||
HLELogLvl.Load(3);
|
||||
HLEHideDebugConsole.Load(false);
|
||||
HLEAlwaysStart.Load(false);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue