Update BotW code patches for 1.4.1

This commit is contained in:
Rajko Stojadinovic 2017-12-17 14:40:32 +01:00
parent b82a4bae67
commit 342b1c01f7
4 changed files with 8 additions and 8 deletions

View File

@ -54,8 +54,8 @@ moduleMatches = 0x29DBB52A
0x031028A8 = nop ;disables wait for vsync
0x031028CC = nop ;disables wait for vsync loop
[BotwNoVsyncV176]
moduleMatches = 0xFD091F9F
[BotwNoVsyncV176V192]
moduleMatches = 0xFD091F9F,0xD472D8A5
;0x031FA004 = nop ;disables gx2 fence
0x031FA1D4 = nop ;disables wait for vsync

View File

@ -223,8 +223,8 @@ _fullspeed = 0x00000080
;0x02F862C4 = li r7, 1
;0x02F86514 = li r7, 1
[BotwFPSv176]
moduleMatches = 0xFD091F9F
[BotwFPSv176V192]
moduleMatches = 0xFD091F9F,0xD472D8A5
#rodata constants
_float1 = 0x10000670

View File

@ -137,8 +137,8 @@ _aspectAddr = 0x101A8A70
0x0375AFF4 = lis r28, ha16(_aspectAddr)
0x0375AFF8 = lfs f12, _aspectAddr(r28)
[BotwAspectsV176]
moduleMatches = 0xFD091F9F
[BotwAspectsV176V192]
moduleMatches = 0xFD091F9F,0xD472D8A5
# rodata constants
0x101BF878 = .float <?=$aspect?>
0x1030A3F4 = .float <?=$aspect?>

View File

@ -262,8 +262,8 @@ _lwzCheck = 0x00000020 ; null checked version of 'lwz r8, 0(r31)'
0x037CF734 = bla _lwzxCheck
0x037CF740 = bla _lwzCheck
[BotwPlsNoCrashV176]
moduleMatches = 0xFD091F9F
[BotwPlsNoCrashV176V192]
moduleMatches = 0xFD091F9F,0xD472D8A5
#restore the 2 instructions possibly overwritten by cemu itself
0x038E3A30 = stwu r1, -0x28(r1)
0x038E3A34 = mflr r0