Put ThreadUid in the execution context classes
This commit is contained in:
parent
54bf7507d7
commit
d0fbcced57
10 changed files with 32 additions and 5 deletions
|
@ -17,6 +17,8 @@ namespace Ryujinx.HLE.HOS.Kernel.Process
|
|||
|
||||
public bool IsAarch32 { get => false; set { } }
|
||||
|
||||
public ulong ThreadUid { get; set; }
|
||||
|
||||
public bool Running { get; private set; } = true;
|
||||
|
||||
private readonly ulong[] _x = new ulong[32];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue