Преглед на файлове

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