ryujinx/Ryujinx.Common
sharmander d5081e3f93
Make windows DPI aware to display properly on high-resolution screens. (#1983)
* Make Windows DPI aware to display properly on high-resolution screens.

* remove empty line

* Don't use app manifest, set process dpi aware programatically.

Store variables in Program.cs for use instead of re-creating them per class/ method.

* Fix for linux/osx

* Add braces

* Re-use manifest. It appears to be required on linux.

* Undo previous commit -- it appears linux was simply never affected.

* Addressed AcK's comments

* Remove unused usings

* Address comments by AcK #2

* Re-order

* Move FromHwnd call to ForceDpiAware class. Wrap in Try-Catch to prevent crashes on systems that don't support it.

* Additional code cleanup

* Remove "global::" reference.
2021-02-20 01:34:41 +01:00
..
Collections GPU - Improve Memory Allocation (#1722) 2020-12-09 19:26:05 -03:00
Configuration Hide Cursor On Idle (#1993) 2021-02-15 22:48:21 +01:00
Extensions
Logging ngct: Fix services and stub calls (#1756) 2020-12-10 03:08:28 +01:00
Memory
Pools Misc cleanup (#708) 2019-07-02 04:39:22 +02:00
System Make windows DPI aware to display properly on high-resolution screens. (#1983) 2021-02-20 01:34:41 +01:00
SystemInfo common: Fix last warning in SystemInfo (#1757) 2020-12-01 22:26:00 +01:00
Utilities Correct type of executable sizes (#1802) 2020-12-13 08:30:27 +01:00
AsyncWorkQueue.cs
Hash128.cs
PerformanceCounter.cs Rewrite scheduler context switch code (#1786) 2020-12-09 19:20:05 -03:00
ReactiveObject.cs
ReferenceEqualityComparer.cs
Ryujinx.Common.csproj Make windows DPI aware to display properly on high-resolution screens. (#1983) 2021-02-20 01:34:41 +01:00
XXHash128.cs Improvements with new .NET 5 functions or bugfixes (#1714) 2020-11-18 19:28:40 +01:00