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 89294b7772
commit 448723d3b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.