diff --git a/Ryujinx.Core/OsHle/Svc/SvcSystem.cs b/Ryujinx.Core/OsHle/Svc/SvcSystem.cs
index 8813514fa..3c1ed2159 100644
--- a/Ryujinx.Core/OsHle/Svc/SvcSystem.cs
+++ b/Ryujinx.Core/OsHle/Svc/SvcSystem.cs
@@ -235,7 +235,8 @@ namespace Ryujinx.Core.OsHle.Svc
 
             //Fail for info not available on older Kernel versions.
             if (InfoType == 18 ||
-                InfoType == 19)
+                InfoType == 19 ||
+                InfoType == 20)
             {
                 ThreadState.X0 = MakeError(ErrorModule.Kernel, KernelErr.InvalidInfo);