forked from Mirror/Ryujinx
Don't force DPI aware on Avalonia - it already has it covered. (#3354)
This commit is contained in:
parent
89294b7772
commit
448723d3b3
1 changed files with 0 additions and 1 deletions
|
@ -137,7 +137,6 @@ namespace Ryujinx.Ava
|
||||||
}
|
}
|
||||||
|
|
||||||
// Make process DPI aware for proper window sizing on high-res screens.
|
// Make process DPI aware for proper window sizing on high-res screens.
|
||||||
ForceDpiAware.Windows();
|
|
||||||
WindowScaleFactor = ForceDpiAware.GetWindowScaleFactor();
|
WindowScaleFactor = ForceDpiAware.GetWindowScaleFactor();
|
||||||
|
|
||||||
// Delete backup files after updating.
|
// Delete backup files after updating.
|
||||||
|
|
Loading…
Reference in a new issue