mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-01-18 00:10:33 +00:00
Fix CPU instruction Ld/St (single structure) with index != 0
This commit is contained in:
parent
b50bc46888
commit
ee8fb18a0f
1 changed files with 1 additions and 0 deletions
|
@ -82,6 +82,7 @@ namespace ChocolArm64.Decoder
|
|||
}
|
||||
}
|
||||
|
||||
this.Index = Index;
|
||||
this.SElems = SElems;
|
||||
this.Size = Scale;
|
||||
|
||||
|
|
Loading…
Reference in a new issue