فهرست منبع

Ava UI: Allow DPI switching (#5558)

ForceDpiAware.Windows has a side effect of forcing the application DPI to be the same as the primary monitor. This isn't good if you have multiple monitors with different DPI.

On Avalonia, I don't think there are any downsides to disabling this. When it's disabled, `ForceDpiAware.GetWindowScaleFactor` always returns 1.
riperiperi 2 سال پیش
والد
کامیت
8c61ddd49d
1فایلهای تغییر یافته به همراه0 افزوده شده و 2 حذف شده
  1. 0 2
      src/Ryujinx.Ava/Program.cs

+ 0 - 2
src/Ryujinx.Ava/Program.cs

@@ -100,8 +100,6 @@ namespace Ryujinx.Ava
 
 
             ReloadConfig();
             ReloadConfig();
 
 
-            ForceDpiAware.Windows();
-
             WindowScaleFactor = ForceDpiAware.GetWindowScaleFactor();
             WindowScaleFactor = ForceDpiAware.GetWindowScaleFactor();
 
 
             // Logging system information.
             // Logging system information.