Skip svcGetInfo type 16 for now
This commit is contained in:
parent
62b2124c03
commit
d96c03ee16
1 changed files with 3 additions and 1 deletions
|
@ -234,7 +234,9 @@ namespace Ryujinx.Core.OsHle.Kernel
|
||||||
int InfoId = (int)ThreadState.X3;
|
int InfoId = (int)ThreadState.X3;
|
||||||
|
|
||||||
//Fail for info not available on older Kernel versions.
|
//Fail for info not available on older Kernel versions.
|
||||||
if (InfoType == 18 ||
|
if (InfoType == 16 ||
|
||||||
|
InfoType == 17 ||
|
||||||
|
InfoType == 18 ||
|
||||||
InfoType == 19 ||
|
InfoType == 19 ||
|
||||||
InfoType == 20)
|
InfoType == 20)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue