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/>
|
/// <inheritdoc/>
|
||||||
public ulong ThreadUid
|
public ulong ThreadUid { get; set; }
|
||||||
{
|
|
||||||
get => _impl.ThreadUid;
|
|
||||||
set => _impl.ThreadUid = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/// <inheritdoc/>
|
/// <inheritdoc/>
|
||||||
public bool IsAarch32
|
public bool IsAarch32
|
||||||
|
|
Loading…
Reference in a new issue