mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-14 05:22:42 -05:00
Fix CPU instruction Ld/St (single structure) with index != 0
This commit is contained in:
@@ -82,6 +82,7 @@ namespace ChocolArm64.Decoder
|
||||
}
|
||||
}
|
||||
|
||||
this.Index = Index;
|
||||
this.SElems = SElems;
|
||||
this.Size = Scale;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user