diff --git a/README.md b/README.md index 13330f7..3d4068a 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,7 @@ You can find a template [Here](./res/hekate_ipl_template.ini) | verification=1 | 0: Disable Backup/Restore verification, 1: Sparse (block based, fast and mostly reliable), 2: Full (sha256 based, slow and 100% reliable). | | umsemmcrw=0 | 1: eMMC/emuMMC UMS will be mounted as writable by default. | | jcdisable=0 | 1: Disables Joycon driver completely. | +| newpowersave=1 | 0: Timer based, 1: DRAM frequency based (Better). Use 0 if Nyx hangs. | ### Boot entry key/value combinations: diff --git a/Versions.inc b/Versions.inc index 5e39b72..49bfe5a 100644 --- a/Versions.inc +++ b/Versions.inc @@ -1,11 +1,11 @@ # IPL Version. BLVERSION_MAJOR := 5 -BLVERSION_MINOR := 3 -BLVERSION_HOTFX := 4 +BLVERSION_MINOR := 5 +BLVERSION_HOTFX := 0 BLVERSION_RSVD := 0 # Nyx Version. NYXVERSION_MAJOR := 0 NYXVERSION_MINOR := 9 -NYXVERSION_HOTFX := 5 +NYXVERSION_HOTFX := 6 NYXVERSION_RSVD := 0 diff --git a/bootloader/main.c b/bootloader/main.c index 54be61f..870070d 100644 --- a/bootloader/main.c +++ b/bootloader/main.c @@ -1504,7 +1504,7 @@ ment_t ment_top[] = { MDEF_END() }; -menu_t menu_top = { ment_top, "hekate - CTCaer mod v5.3.4", 0, 0 }; +menu_t menu_top = { ment_top, "hekate - CTCaer mod v5.5.0", 0, 0 }; extern void pivot_stack(u32 stack_top);