mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-22 09:39:17 +01:00
Add USv0 NSMBU crash fix.
This commit is contained in:
parent
05a3da2195
commit
5319a11f6b
@ -10,8 +10,16 @@ moduleMatches = 0x6CAEA914
|
||||
#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.
|
||||
|
Loading…
Reference in New Issue
Block a user