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

This reverts commit f3add3789e.
This commit is contained in:
AboodMadridista 2018-08-03 08:23:22 +08:00
commit a4799d219a

View file

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