[SvcSystem] Implement SvcGetInfo 16

SvcGetInfo 16 always should be 1(?)
This commit is contained in:
Starlet 2018-05-22 14:18:37 -04:00 committed by GitHub
parent 7ac5f40532
commit 46053f72d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -350,6 +350,10 @@ namespace Ryujinx.Core.OsHle.Kernel
case 15:
ThreadState.X1 = MemoryRegions.MapRegionSize;
break;
case 16:
ThreadState.X1 = 1; //This is always 1(?)
break;
default:
Process.PrintStackTrace(ThreadState);