From b20cc6b67e30373597edd761102dca4b8f31d391 Mon Sep 17 00:00:00 2001 From: Shawn Hoffman Date: Wed, 19 Apr 2023 09:24:24 -0700 Subject: [PATCH 1/2] DolphinQt: dont set dpi awareness in manifest Qt already does this itself programmatically. Setting in the manifest interferes with Qt's internal handling of dpi awareness. --- Source/Core/DolphinQt/DolphinQt.manifest | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/Core/DolphinQt/DolphinQt.manifest b/Source/Core/DolphinQt/DolphinQt.manifest index 211b0bb068..f6e81b516f 100644 --- a/Source/Core/DolphinQt/DolphinQt.manifest +++ b/Source/Core/DolphinQt/DolphinQt.manifest @@ -2,7 +2,6 @@ - true true From b00e898affc7dd81baecacbd421a0855964b3f75 Mon Sep 17 00:00:00 2001 From: Shawn Hoffman Date: Wed, 19 Apr 2023 09:40:12 -0700 Subject: [PATCH 2/2] DolphinQt: fix handling of Qt-specific cmdline args QApplication should parse and remove and args it recognizes before dolphin starts inspecting the args. This allows using e.g. -style