Revert "change from generic exception to a custom exception type"

This reverts commit f3add3789e.
This commit is contained in:
AboodMadridista 2018-08-03 08:24:06 +08:00
parent a4799d219a
commit cfeb48a79e

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");