1
0
forked from MeloNX/MeloNX

Don't force DPI aware on Avalonia - it already has it covered. (#3354)

This commit is contained in:
riperiperi 2022-05-21 22:32:50 +01:00 committed by GitHub
parent d8d9aa6b05
commit 2c74c5ce9b

View File

@ -137,7 +137,6 @@ namespace Ryujinx.Ava
}
// Make process DPI aware for proper window sizing on high-res screens.
ForceDpiAware.Windows();
WindowScaleFactor = ForceDpiAware.GetWindowScaleFactor();
// Delete backup files after updating.