Go to file
Selver-gba fc0a94bd84 BUG: gfx_putc() was attempting to print from
two characters (126, 127) not in font table
FIX: Do not print non-printable char 127
FIX: Add tilde character to font table
2018-05-09 02:24:03 +12:00
ipl BUG: gfx_putc() was attempting to print from 2018-05-09 02:24:03 +12:00
tools So it has come to this. 2018-05-01 17:22:03 +12:00
.gitignore So it has come to this. 2018-05-01 17:22:03 +12:00
LICENSE License. 2018-03-27 12:04:16 +13:00
Makefile Make it smaller 2018-05-02 15:37:15 +12:00
README.md So it has come to this. 2018-05-01 17:22:03 +12:00

hekate

Image of Hekate

Nintendo Switch bootloader, firmware patcher, and more.

ipl config

The ipl can be configured via 'hekate_ipl.ini' (if it is present on the SD card). Each ini section represents a boot entry, except for the special section 'config' that controls the global configuration.

Possible key/value combinations:

  • warmboot={SD path}
  • secmon={SD path}
  • kernel={SD path}
  • kip1={SD path}