mirror of
https://github.com/Ryujinx-NX/Ryujinx.git
synced 2024-11-14 13:07:41 -07:00
Fix CPU instruction Ld/St (single structure) with index != 0
This commit is contained in:
parent
b50bc46888
commit
ee8fb18a0f
@ -82,6 +82,7 @@ namespace ChocolArm64.Decoder
|
||||
}
|
||||
}
|
||||
|
||||
this.Index = Index;
|
||||
this.SElems = SElems;
|
||||
this.Size = Scale;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user