We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1c1a60 commit e65abf4Copy full SHA for e65abf4
src/gui/CemuApp.cpp
@@ -235,6 +235,9 @@ void CemuApp::InitializeExistingMLCOrFail(fs::path mlc)
235
236
bool CemuApp::OnInit()
237
{
238
+#if __WXGTK__
239
+ GTKSuppressDiagnostics(G_LOG_LEVEL_MASK & ~G_LOG_FLAG_FATAL);
240
+#endif
241
std::set<fs::path> failedWriteAccess;
242
DeterminePaths(failedWriteAccess);
243
// make sure default cemu directories exist
0 commit comments