1
0
Fork 0
mirror of https://github.com/melonDS-emu/melonDS.git synced 2025-03-06 21:00:31 +01:00
This commit is contained in:
Arisotura 2024-06-15 12:52:52 +02:00
parent fba6e71732
commit df079aed18

View file

@ -1092,7 +1092,8 @@ std::optional<WindowInfo> ScreenPanelGL::getWindowInfo()
}
else
{
qCritical() << "Unknown PNI platform " << platform_name;
//qCritical() << "Unknown PNI platform " << platform_name;
Platform::Log(LogLevel::Error, "Unknown PNI platform %s\n", platform_name.toStdString().c_str());
return std::nullopt;
}
#endif