mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2024-11-14 13:27:41 -07:00
blarg.
This commit is contained in:
parent
fba6e71732
commit
df079aed18
@ -1092,7 +1092,8 @@ std::optional<WindowInfo> ScreenPanelGL::getWindowInfo()
|
|||||||
}
|
}
|
||||||
else
|
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;
|
return std::nullopt;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user