Skip to content

Commit

Permalink
Bump hekate to v5.5.0 and Nyx to v0.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
CTCaer committed Dec 2, 2020
1 parent b8eff95 commit 4a15250
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions Versions.inc
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion bootloader/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 4a15250

Please sign in to comment.