Skip to content

v1.3.2

Compare
Choose a tag to compare
@RocketRobz RocketRobz released this 05 Jun 23:29
· 68 commits to unlaunch since this release

UPDATE 8/31/2019: Added .ips patch for Chinese iQue consoles! Note that touch input does not work.
UPDATE 11/6/2018: Renamed bootcode.dsi to hiya.dsi for Unlaunch 1.8 (and later).
UPDATE 6/6/2018: Added AUS Launcher .tmd.
UPDATE 7/5/2018: Added Unlaunch 0.9 compatible bootcode.dsi

ATTENTION UNLAUNCH 0.9 (and later) USERS!

bootcode.dsi has been updated for HiyaCFW to work on latest Unlaunch! As of Unlaunch 0.9, Unlaunch now loads arm9 binary in a similar manner to official software. This means we can't skip loading something to the area reserved for arm9's decrypted secure area in arm9 ram. I've added a bootstub to arm9 binary and loaded the arm9 binary to a higher ram address (the bootstub moves it back minus the blank secure area data) to get around the issue.

Hopefully at some point in the near future we can just have it compile to use a slightly higher entry point in arm9 ram so we don't have to use a bootstub post compile. We'll probably wait until the next Unlaunch update to determine if we need to do this or not.

What's new?

  • Now checks for the size of Launcher's .tmd.
    If it bigger than 0x208 bytes (can be caused by having Unlaunch in the .tmd), a message will be shown, saying to replace it with a clean one.
  • EUR and JPN Launcher .tmds now bundled!
  • Now reads bootloader.nds from the hiya folder.
    If you have bootloader.nds on the SD card root, please move it into the hiya folder.