Update ProgramLoader.cs

This commit is contained in:
Natalie C 2019-11-13 21:01:42 -05:00 committed by GitHub
commit 067b5a230d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -127,7 +127,7 @@ namespace Ryujinx.HLE.HOS
{ {
if (!metaData.Is64Bits) if (!metaData.Is64Bits)
{ {
Logger.PrintWarning(LogClass.Loader, "32-bit application detected."); Logger.PrintWarning(LogClass.Loader, "32-bits application detected.");
} }
ulong argsStart = 0; ulong argsStart = 0;