This commit is contained in:
_Neo_ 2026-05-25 00:13:39 +03:00
parent 3943449f7c
commit 2ab824f28d

View file

@ -18,7 +18,7 @@ namespace Ryujinx.Cpu.AppleHv
public ulong ThreadUid { get; set; }
// Full shadow state
// Full shadow state & cache
private readonly ulong[] _x = new ulong[32];
private readonly V128[] _v = new V128[32];