cemu_graphic_packs/Workarounds/NewSuperMarioBrosU_CrashFix/patches.txt
Michele 4398ebcebe Add credits and normalize resolution presets
I searched through quite a bit of commits to properly credit some packs. Some of the credits are based off memory. Please let me know if I incorrectly credited or forgot to credit somebody.
2020-01-10 17:06:51 -08:00

26 lines
550 B
Plaintext

[NSMBU+LUv0US]
moduleMatches = 0x1049CED8
#remove check for mii data
0x024D7394 = b .+0xE8
[NSMBUv64USv80EU]
moduleMatches = 0x6CAEA914, 0xFA29C89F
#remove check for mii data
0x024D71C4 = b .+0xE8
[NSMBUv0US]
moduleMatches = 0xA7A5ECF1
#remove check for mii data
0x024BDE70 = b .+0xE8
[NSLUv0EU]
moduleMatches = 0xA3705C0B
#remove check for mii data
0x024D7158 = b .+0xE8
#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.