Don't store ThreadUid in the shadow context and/or vcpu
This commit is contained in:
parent
d0fbcced57
commit
a6cbb89996
1 changed files with 1 additions and 5 deletions
|
@ -49,11 +49,7 @@ namespace Ryujinx.Cpu.AppleHv
|
|||
}
|
||||
|
||||
/// <inheritdoc/>
|
||||
public ulong ThreadUid
|
||||
{
|
||||
get => _impl.ThreadUid;
|
||||
set => _impl.ThreadUid = value;
|
||||
}
|
||||
public ulong ThreadUid { get; set; }
|
||||
|
||||
/// <inheritdoc/>
|
||||
public bool IsAarch32
|
||||
|
|
Loading…
Reference in a new issue