瀏覽代碼

Use the more specific NotImplementedException type instead of just Exception (#322)

AboodMadridista 7 年之前
父節點
當前提交
c68bca5396
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Ryujinx.HLE/OsHle/Horizon.cs

+ 1 - 1
Ryujinx.HLE/OsHle/Horizon.cs

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