mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-01-08 07:50:42 +01:00
fix for loop name
This commit is contained in:
parent
4285997392
commit
afc79ca40c
@ -305,13 +305,13 @@ blr
|
|||||||
;loops the function by the ammount in r20
|
;loops the function by the ammount in r20
|
||||||
PrintSettingsINImod:
|
PrintSettingsINImod:
|
||||||
mflr r31
|
mflr r31
|
||||||
_forloopPrintAMVPSettingsINImod:
|
_forloopPrintSettingsINImod:
|
||||||
bl PrintSettingNameINImod
|
bl PrintSettingNameINImod
|
||||||
mtctr r27
|
mtctr r27
|
||||||
bctrl
|
bctrl
|
||||||
bl PrintNewLineINImod
|
bl PrintNewLineINImod
|
||||||
addic. r20, r20, -1
|
addic. r20, r20, -1
|
||||||
bgt+ _forloopPrintAMVPSettingsINImod
|
bgt+ _forloopPrintSettingsINImod
|
||||||
mtlr r31
|
mtlr r31
|
||||||
blr
|
blr
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user