Skip svcGetInfo type 16 for now

This commit is contained in:
Melissa Goad 2018-04-18 23:19:41 -05:00
parent 62b2124c03
commit d96c03ee16

View file

@ -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)
{