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

@ -46,6 +46,11 @@ namespace Ryujinx.Cpu
/// </summary>
bool IsAarch32 { get; set; }
/// <summary>
/// Thread UID.
/// </summary>
public ulong ThreadUid { get; set; }
/// <summary>
/// Indicates whenever the CPU is still running code.
/// </summary>