Implement SvcGetThreadContext3

This commit is contained in:
gdkchan 2018-06-26 01:09:32 -03:00
parent c818093528
commit 65105c2a3b
10 changed files with 163 additions and 12 deletions

View file

@ -29,6 +29,8 @@ namespace Ryujinx.HLE.OsHle.Handles
public int WaitHandle { get; set; }
public long LastPc { get; set; }
public int ThreadId => Thread.ThreadId;
public KThread(