mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-24 22:12:23 -05:00
Implement SvcGetThreadContext3
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user