diff options
Diffstat (limited to 'Ryujinx/Program.cs')
-rw-r--r-- | Ryujinx/Program.cs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Ryujinx/Program.cs b/Ryujinx/Program.cs index a4528fb0..1e0fdd3a 100644 --- a/Ryujinx/Program.cs +++ b/Ryujinx/Program.cs @@ -61,9 +61,6 @@ namespace Ryujinx } } - // 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. ForceDpiAware.Windows(); WindowScaleFactor = ForceDpiAware.GetWindowScaleFactor(); |