mirror of
https://github.com/izzy2lost/WeeU.git
synced 2026-07-06 00:19:59 -07:00
Suppress unnecessary GTK messages (#1267)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user