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
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue