early-access version 4040

This commit is contained in:
pineappleEA
2023-12-30 23:15:57 +01:00
parent 28e97ec962
commit 05d9419e78
16 changed files with 204 additions and 25 deletions
+4
View File
@@ -5342,6 +5342,10 @@ int main(int argc, char* argv[]) {
if (QString::fromLocal8Bit(qgetenv("DISPLAY")).isEmpty()) {
qputenv("DISPLAY", ":0");
}
// Fix the Wayland appId. This needs to match the name of the .desktop file without the .desktop
// suffix.
QGuiApplication::setDesktopFileName(QStringLiteral("org.yuzu_emu.yuzu"));
#endif
SetHighDPIAttributes();