Don't store ThreadUid in the shadow context and/or vcpu

This commit is contained in:
svc64 2023-08-05 14:43:31 +03:00
parent d0fbcced57
commit a6cbb89996
1 changed files with 1 additions and 5 deletions

View File

@ -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