mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-07-03 00:10:47 -07:00
Don't store ThreadUid in the shadow context and/or vcpu
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user