1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2024-09-21 06:24:10 +01:00

Fix CPU instruction Ld/St (single structure) with index != 0

This commit is contained in:
gdkchan 2018-03-15 12:59:23 -03:00
parent b50bc46888
commit ee8fb18a0f

View file

@ -82,6 +82,7 @@ namespace ChocolArm64.Decoder
}
}
this.Index = Index;
this.SElems = SElems;
this.Size = Scale;