Stub 0x16 [SvcGetInfo]
This commit is contained in:
parent
945ea03a24
commit
448713a451
1 changed files with 4 additions and 0 deletions
|
@ -297,6 +297,10 @@ namespace Ryujinx.Core.OsHle.Svc
|
||||||
ThreadState.X1 = MemoryRegions.MapRegionSize;
|
ThreadState.X1 = MemoryRegions.MapRegionSize;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case 16:
|
||||||
|
ThreadState.X1 = 0;
|
||||||
|
break;
|
||||||
|
|
||||||
default: throw new NotImplementedException($"SvcGetInfo: {InfoType} {Handle} {InfoId}");
|
default: throw new NotImplementedException($"SvcGetInfo: {InfoType} {Handle} {InfoId}");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue