mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 19:45:20 +00:00
Merge pull request #303 from raven02/patch-4
Set default log level to Error
This commit is contained in:
commit
650c5155df
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