Put ThreadUid in the execution context classes

This commit is contained in:
svc64
2023-08-05 14:25:41 +03:00
parent 54bf7507d7
commit d0fbcced57
10 changed files with 32 additions and 5 deletions

View File

@@ -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];