mirror of
https://github.com/moonlight-stream/moonlight-qt
synced 2025-02-26 11:47:11 +00:00
Remove Wayland performance warning message
This commit is contained in:
parent
51e9ab83ad
commit
ddfbd70b55
1 changed files with 1 additions and 1 deletions
|
@ -424,7 +424,7 @@ int main(int argc, char *argv[])
|
|||
"Detected XWayland. This will probably break hardware decoding! Try running with QT_QPA_PLATFORM=wayland or switch to X11.");
|
||||
}
|
||||
else if (QGuiApplication::platformName().startsWith("wayland")) {
|
||||
SDL_LogInfo(SDL_LOG_CATEGORY_APPLICATION, "Detected Wayland. Performance may be worse than X11.");
|
||||
SDL_LogInfo(SDL_LOG_CATEGORY_APPLICATION, "Detected Wayland");
|
||||
qputenv("SDL_VIDEODRIVER", "wayland");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue