mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-04 05:51:19 +12:00
Remove deprecated logging system and expose developer logging window (#825)
This commit is contained in:
parent
b8dec03cb5
commit
d903b2cf12
47 changed files with 148 additions and 283 deletions
|
@ -163,7 +163,7 @@ int Latte_ThreadEntry()
|
|||
sLatteThreadFinishedInit = true;
|
||||
|
||||
// register debug handler
|
||||
if (cafeLog_isLoggingFlagEnabled(LOG_TYPE_OPENGL))
|
||||
if (cemuLog_isLoggingEnabled(LogType::OpenGLLogging))
|
||||
g_renderer->EnableDebugMode();
|
||||
|
||||
// wait till a game is started
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue