README.md: Mention Dolphin supports debug-signed images, and also mention nusresign.

This was updated locally on 2021/04/16 11:47 AM EDT, but I never
committed it for some reason.
This commit is contained in:
David Korth 2022-02-11 18:48:49 -05:00
parent 4798c01548
commit 60fd817bf7

View File

@ -106,15 +106,11 @@ Disc images on the RVT-H may or may not be encrypted:
* GameCube: Not encrypted.
* Wii: May be encrypted using the RVT-R debug key, or not encrypted.
Wii disc images encrypted using the RVT-R debug key are playable on the
[Dolphin emulator](https://dolphin-emu.org/) with no changes. They can also
be used on retail consoles with a USB loader if the image is re-encrypted
Debug-signed Wii disc images (with and without encryption) are playable on
the [Dolphin emulator](https://dolphin-emu.org/) with no changes. They can
also be used on retail consoles with a USB loader if the image is re-encrypted
and fakesigned using the retail encryption key.
Unencrypted Wii disc images are not currently usable on Dolphin or retail
consoles. I have been working on adding unencrypted image support to Dolphin
but have not been successful yet.
### Note about Debug IOS
RVT-R disc images typically include debug versions of IOS. These will not
@ -134,3 +130,12 @@ possible to convert them to run on emulators and/or later devkits.
**WARNING:** Use with caution if converting a system title for installation
on real hardware, since this may result in an unrecoverable brick.
## nusresign
This is a command line tool to resign NUS/WUP packages for Wii U to and from
any Wii U keyset. Conversion to Debug will be realsigned. Conversion to retail
will be unsigned.
**WARNING:** Use with caution if converting a system title for installation
on real hardware, since this may result in an unrecoverable brick.