Skip to content

Commit

Permalink
Bump hekate to v5.1.2 and Nyx to v0.8.5
Browse files Browse the repository at this point in the history
Additionally disable archive bit fix tool in hekate main to shave binary size.
The archive bit fix in Nyx is the only maintained one and so the only one that should be used.
  • Loading branch information
CTCaer committed Mar 3, 2020
1 parent ac92ca2 commit 3f10cc7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Versions.inc
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# IPL Version.
BLVERSION_MAJOR := 5
BLVERSION_MINOR := 1
BLVERSION_HOTFX := 1
BLVERSION_HOTFX := 2
BLVERSION_RSVD := 0

# Nyx Version.
NYXVERSION_MAJOR := 0
NYXVERSION_MINOR := 8
NYXVERSION_HOTFX := 4
NYXVERSION_HOTFX := 5
NYXVERSION_RSVD := 0
6 changes: 3 additions & 3 deletions bootloader/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1269,8 +1269,8 @@ ment_t ment_tools[] = {
MDEF_CHGLINE(),
MDEF_CAPTION("-------- Misc --------", 0xFF0AB9E6),
MDEF_HANDLER("Dump package1/2", dump_packages12),
MDEF_HANDLER("Fix archive bit (except Nintendo)", fix_sd_all_attr),
MDEF_HANDLER("Fix archive bit (Nintendo only)", fix_sd_nin_attr),
//MDEF_HANDLER("Fix archive bit (except Nintendo)", fix_sd_all_attr),
//MDEF_HANDLER("Fix archive bit (Nintendo only)", fix_sd_nin_attr),
//MDEF_HANDLER("Fix fuel gauge configuration", fix_fuel_gauge_configuration),
//MDEF_HANDLER("Reset all battery cfg", reset_pmic_fuel_gauge_charger_config),
MDEF_CHGLINE(),
Expand All @@ -1296,7 +1296,7 @@ ment_t ment_top[] = {
MDEF_END()
};

menu_t menu_top = { ment_top, "hekate - CTCaer mod v5.1.1", 0, 0 };
menu_t menu_top = { ment_top, "hekate - CTCaer mod v5.1.2", 0, 0 };

extern void pivot_stack(u32 stack_top);

Expand Down

0 comments on commit 3f10cc7

Please sign in to comment.