Remove another 32-bits check
This commit is contained in:
parent
d6aaa4c932
commit
b78fab4e13
1 changed files with 0 additions and 5 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Reference in a new issue