diff options
Diffstat (limited to 'Ryujinx/Program.cs')
-rw-r--r-- | Ryujinx/Program.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx/Program.cs b/Ryujinx/Program.cs index 5b67e2b9..a4528fb0 100644 --- a/Ryujinx/Program.cs +++ b/Ryujinx/Program.cs @@ -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. |