cemu_graphic_packs/Workarounds/NewSuperMarioBrosU_CrashFix/patches.txt

26 lines
560 B
Plaintext
Raw Normal View History

2020-05-27 09:21:45 +02:00
[NSMBU+LUv0]
moduleMatches = 0x1049CED8, 0x777D7B44
2019-01-17 08:24:10 +01:00
#remove check for mii data
0x024D7394 = b .+0xE8
2019-03-02 06:03:46 +01:00
[NSMBUv64USv80EU]
moduleMatches = 0x6CAEA914, 0xFA29C89F
2019-01-17 08:24:10 +01:00
#remove check for mii data
0x024D71C4 = b .+0xE8
2019-02-08 10:04:37 +01:00
[NSMBUv0US]
moduleMatches = 0xA7A5ECF1
#remove check for mii data
0x024BDE70 = b .+0xE8
2019-01-17 08:24:10 +01:00
[NSLUv0EU]
moduleMatches = 0xA3705C0B
#remove check for mii data
0x024D7158 = b .+0xE8
2019-02-08 10:04:37 +01:00
#Note for future versions take the crash log and get the module checksum from the user. Subtract 0x7c from the link register in the crash log to be the address we patch.