diff --git a/Ryujinx.Core/OsHle/Kernel/SvcSystem.cs b/Ryujinx.Core/OsHle/Kernel/SvcSystem.cs index ebbbef4aa..804b2299a 100644 --- a/Ryujinx.Core/OsHle/Kernel/SvcSystem.cs +++ b/Ryujinx.Core/OsHle/Kernel/SvcSystem.cs @@ -234,7 +234,9 @@ namespace Ryujinx.Core.OsHle.Kernel int InfoId = (int)ThreadState.X3; //Fail for info not available on older Kernel versions. - if (InfoType == 18 || + if (InfoType == 16 || + InfoType == 17 || + InfoType == 18 || InfoType == 19 || InfoType == 20) {