Update ProgramLoader.cs
This commit is contained in:
parent
d6764b618b
commit
067b5a230d
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue