mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Disable logging
This commit is contained in:
parent
86990b3752
commit
94bfad95e7
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ PPSSPP_UWPMain::PPSSPP_UWPMain(App ^app, const std::shared_ptr<DX::DeviceResourc
|
|||
g_Config.bSeparateCPUThread = false;
|
||||
|
||||
#ifdef _DEBUG
|
||||
g_Config.bEnableLogging = true;
|
||||
g_Config.bEnableLogging = false;
|
||||
#endif
|
||||
|
||||
LogManager::Init();
|
||||
|
|
Loading…
Add table
Reference in a new issue