mirror of https://github.com/cemu-project/Cemu.git
Suppress unnecessary GTK messages (#1267)
This commit is contained in:
parent
a1c1a608d7
commit
e65abf4898
|
@ -235,6 +235,9 @@ void CemuApp::InitializeExistingMLCOrFail(fs::path mlc)
|
|||
|
||||
bool CemuApp::OnInit()
|
||||
{
|
||||
#if __WXGTK__
|
||||
GTKSuppressDiagnostics(G_LOG_LEVEL_MASK & ~G_LOG_FLAG_FATAL);
|
||||
#endif
|
||||
std::set<fs::path> failedWriteAccess;
|
||||
DeterminePaths(failedWriteAccess);
|
||||
// make sure default cemu directories exist
|
||||
|
|
Loading…
Reference in New Issue