Stub 0x16 [SvcGetInfo]

This commit is contained in:
Starlet 2018-04-05 06:16:32 -04:00 committed by GitHub
parent 945ea03a24
commit 448713a451
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -297,6 +297,10 @@ namespace Ryujinx.Core.OsHle.Svc
ThreadState.X1 = MemoryRegions.MapRegionSize;
break;
case 16:
ThreadState.X1 = 0;
break;
default: throw new NotImplementedException($"SvcGetInfo: {InfoType} {Handle} {InfoId}");
}