change from generic exception to a custom exception type

This commit is contained in:
AboodMadridista 2018-08-03 08:14:34 +08:00
parent a9a2c0c2f5
commit f3add3789e

View file

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