mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-22 01:29:18 +01:00
[BotW] Fix best fence skip for 1.4.0 and 1.4.1
It seems that best fence skip has been broken for a while now, on both versions. I apparently seemed to have fixed it in the last update for the latest BotW update, but hadn't done so for 1.4.0 and 1.4.1. (Also, it seems that I forgot to change this variable to be actually correct when pushing all these addresses, whoops)
This commit is contained in:
parent
5a0097e4fe
commit
8701d63f1f
@ -194,7 +194,7 @@ _arrowDivisor = 0x00000014
|
||||
0x000000B0 = stfs f12, _speedDiv@l(r12)
|
||||
0x000000B4 = blr
|
||||
|
||||
_fenceNeg1 = 0x00000084
|
||||
_fenceNeg1 = 0x000000B8
|
||||
0x000000B8 = add r6, r12, r0 #orig instruction we are replacing
|
||||
0x000000BC = cmpwi r6, 500 #check if less than 500 (full sync on those first frames to prevent milk water)
|
||||
0x000000C0 = blt .+0x08 #skip subtract if less than
|
||||
|
Loading…
Reference in New Issue
Block a user