Explorar o código

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

AboodMadridista %!s(int64=7) %!d(string=hai) anos
pai
achega
c68bca5396
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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");