mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-06-27 17:39:41 -06:00
blarg.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user