[SvcSystem] Implement SvcGetInfo 16
SvcGetInfo 16 always should be 1(?)
This commit is contained in:
parent
7ac5f40532
commit
46053f72d4
1 changed files with 4 additions and 0 deletions
|
@ -351,6 +351,10 @@ namespace Ryujinx.Core.OsHle.Kernel
|
||||||
ThreadState.X1 = MemoryRegions.MapRegionSize;
|
ThreadState.X1 = MemoryRegions.MapRegionSize;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case 16:
|
||||||
|
ThreadState.X1 = 1; //This is always 1(?)
|
||||||
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
Process.PrintStackTrace(ThreadState);
|
Process.PrintStackTrace(ThreadState);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue