mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-05-05 19:37:51 +00:00
Don't store ThreadUid in the shadow context and/or vcpu
This commit is contained in:
parent
d0fbcced57
commit
a6cbb89996
@ -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…
x
Reference in New Issue
Block a user