We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb932eb commit 4b02270Copy full SHA for 4b02270
src/duckstation-qt/qthost.cpp
@@ -243,16 +243,16 @@ bool QtHost::VeryEarlyProcessStartup()
243
}
244
#endif
245
246
+#ifdef __linux__
247
+ ApplyWaylandWorkarounds();
248
+#endif
249
+
250
QGuiApplication::setHighDpiScaleFactorRoundingPolicy(Qt::HighDpiScaleFactorRoundingPolicy::PassThrough);
251
return true;
252
253
254
bool QtHost::EarlyProcessStartup()
255
{
-#ifdef __linux__
- ApplyWaylandWorkarounds();
-#endif
-
256
// redirect qt errors
257
qInstallMessageHandler(MessageOutputHandler);
258
0 commit comments