mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-30 01:29:48 -06:00
Use the more specific NotImplementedException type instead of just Exception (#322)
This commit is contained in:
@ -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");
|
||||
|
Reference in New Issue
Block a user