mirror of
https://github.com/CTCaer/hekate.git
synced 2024-11-26 03:32:17 +00:00
Bump hekate to v5.5.0 and Nyx to v0.9.6
This commit is contained in:
parent
b8eff953c6
commit
4a152504cb
3 changed files with 5 additions and 4 deletions
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue