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 Matt Heins
commit 6c4278d2bd

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.