From daad1a23337dcf1e7ed6e76880be171640c9f2ce Mon Sep 17 00:00:00 2001 From: phantom10111 Date: Sat, 13 Apr 2024 11:30:02 +0200 Subject: [PATCH] Windows: Mark executable as DPI aware When any scaling other than 100% is set for a display, Windows will automatically scale any DPI unaware applications. This leads to ITGmania being unusable in fullscreen mode, as parts of the screen are cut off. Add a DPI aware indication to the manifest to prevent this from happening. Note that ITGmania won't actually adjust its rendering to the new DPI, it will just prevent the automatic scaling. --- src/archutils/Win32/StepMania.in.manifest | 1 + 1 file changed, 1 insertion(+) diff --git a/src/archutils/Win32/StepMania.in.manifest b/src/archutils/Win32/StepMania.in.manifest index e0ae428ea6..99abde4195 100644 --- a/src/archutils/Win32/StepMania.in.manifest +++ b/src/archutils/Win32/StepMania.in.manifest @@ -4,6 +4,7 @@ UTF-8 + true/pm