diff --git a/Ryujinx.Core/OsHle/Svc/SvcSystem.cs b/Ryujinx.Core/OsHle/Svc/SvcSystem.cs index d57720dc7f..c9e992d5d4 100644 --- a/Ryujinx.Core/OsHle/Svc/SvcSystem.cs +++ b/Ryujinx.Core/OsHle/Svc/SvcSystem.cs @@ -297,10 +297,6 @@ namespace Ryujinx.Core.OsHle.Svc ThreadState.X1 = MemoryRegions.MapRegionSize; break; - case 16: - ThreadState.X1 = 0; - break; - default: throw new NotImplementedException($"SvcGetInfo: {InfoType} {Handle} {InfoId}"); }