mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-10 23:26:40 +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