mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-11 07:08:16 -05:00
qt: handle wayland-egl platform name
This commit is contained in:
@ -2917,7 +2917,8 @@ static QScreen* GuessCurrentScreen(QWidget* window) {
|
||||
|
||||
bool GMainWindow::UsingExclusiveFullscreen() {
|
||||
return Settings::values.fullscreen_mode.GetValue() == Settings::FullscreenMode::Exclusive ||
|
||||
QGuiApplication::platformName() == QStringLiteral("wayland");
|
||||
QGuiApplication::platformName() == QStringLiteral("wayland") ||
|
||||
QGuiApplication::platformName() == QStringLiteral("wayland-egl");
|
||||
}
|
||||
|
||||
void GMainWindow::ShowFullscreen() {
|
||||
|
Reference in New Issue
Block a user