Use the more specific NotImplementedException type instead of just Exception (#322)

This commit is contained in:
AboodMadridista 2018-08-03 08:58:48 +08:00 committed by gdkchan
parent a9a2c0c2f5
commit c68bca5396

View file

@ -93,7 +93,7 @@ namespace Ryujinx.HLE.OsHle
if (!MainProcess.Metadata.Is64Bits)
{
throw new Exception("32-bit titles are unsupported!");
throw new NotImplementedException("32-bit titles are unsupported!");
}
LoadNso("rtld");