mirror of
https://git.ryujinx.app/projects/Kenji-NX.git
synced 2026-09-25 04:40:07 +02:00
misc: Migrate usage of RuntimeInformation to OperatingSystem (#2901)
Very basic migration across the codebase.
This commit is contained in:
+1
-1
@@ -61,7 +61,7 @@ namespace Ryujinx
|
||||
}
|
||||
}
|
||||
|
||||
// Enforce loading of Mono.Posix.NETStandard to avoid .NET runtime lazy loading it during an update.
|
||||
// Enforce loading of Mono.Posix to avoid .NET runtime lazy loading it during an update.
|
||||
Assembly.Load("Mono.Posix.NETStandard");
|
||||
|
||||
// Make process DPI aware for proper window sizing on high-res screens.
|
||||
|
||||
Reference in New Issue
Block a user