Update README.md

This commit is contained in:
FIX94 2017-10-28 22:42:26 +02:00 committed by GitHub
parent d335452f63
commit e6d08b6992
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,9 +9,4 @@ See the "demo" folder for an example on how to use it in a bit more detail.
Both compiled Library and Demo can be grabbed from the Releases tab.
# Patches
Right now the only patches that'll make it work are for the fw.img r590 (crc32 e2f27e9b) and are as follows:
offset 0x1478A from 0x6818 to 0x2000 (wiimote passthrough)
offset 0x115C2 from 2800D00349022209F004FF1D to F004FF2148022109F004FEF9 (custom function)
offset 0x14E92 from F001FAB9 to F7FCFB95 (jump to custom function)
offset 0x17A880 from 0x2000 to 0x2001 (to disable ahbprot)
offset 0x17E81C from 0x2201 to 0x2200 (to disable memprot)
When building a wii vc file to install, use my nfs2iso2nfs fork with the -homebrew -passthrough command line options to patch the fw.img with all the required libwiidrc patches.