Revert "change from generic exception to a custom exception type"
This reverts commit f3add3789e
.
This commit is contained in:
parent
f3add3789e
commit
a4799d219a
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ namespace Ryujinx.HLE.OsHle
|
|||
|
||||
if (!MainProcess.Metadata.Is64Bits)
|
||||
{
|
||||
throw new GuestBrokeExecutionException("32-bit titles are unsupported!");
|
||||
throw new Exception("32-bit titles are unsupported!");
|
||||
}
|
||||
|
||||
LoadNso("rtld");
|
||||
|
|
Loading…
Add table
Reference in a new issue