Skip to content

Commit

Permalink
Suppress unnecessary GTK messages (#1267)
Browse files Browse the repository at this point in the history
  • Loading branch information
capitalistspz authored Jul 23, 2024
1 parent a1c1a60 commit e65abf4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/gui/CemuApp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e65abf4

Please sign in to comment.