mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-03 01:52:25 -07:00
Put ThreadUid in the execution context classes
This commit is contained in:
@@ -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];
|
||||
|
Reference in New Issue
Block a user