Remove another 32-bits check

This commit is contained in:
gdkchan 2019-01-24 23:54:32 -02:00
parent d6aaa4c932
commit b78fab4e13

View file

@ -423,11 +423,6 @@ namespace Ryujinx.HLE.HOS
}
}
if (!metaData.Is64Bits)
{
throw new NotImplementedException("32-bit titles are unsupported!");
}
CurrentTitle = metaData.Aci0.TitleId.ToString("x16");
LoadNso("rtld");