mirror of
https://github.com/cemu-project/Cemu.git
synced 2024-11-22 00:59:18 +01:00
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
Block a user