Disable logging

This commit is contained in:
Henrik Rydgard 2017-03-05 12:31:02 +01:00 committed by Henrik Rydgård
parent 86990b3752
commit 94bfad95e7

View file

@ -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();