mirror of
https://github.com/CTCaer/hekate.git
synced 2024-11-09 20:11:50 +00:00
Bump hekate to v5.1.2 and Nyx to v0.8.5
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.
This commit is contained in:
parent
ac92ca220f
commit
3f10cc774b
2 changed files with 5 additions and 5 deletions
|
@ -1,11 +1,11 @@
|
||||||
# IPL Version.
|
# IPL Version.
|
||||||
BLVERSION_MAJOR := 5
|
BLVERSION_MAJOR := 5
|
||||||
BLVERSION_MINOR := 1
|
BLVERSION_MINOR := 1
|
||||||
BLVERSION_HOTFX := 1
|
BLVERSION_HOTFX := 2
|
||||||
BLVERSION_RSVD := 0
|
BLVERSION_RSVD := 0
|
||||||
|
|
||||||
# Nyx Version.
|
# Nyx Version.
|
||||||
NYXVERSION_MAJOR := 0
|
NYXVERSION_MAJOR := 0
|
||||||
NYXVERSION_MINOR := 8
|
NYXVERSION_MINOR := 8
|
||||||
NYXVERSION_HOTFX := 4
|
NYXVERSION_HOTFX := 5
|
||||||
NYXVERSION_RSVD := 0
|
NYXVERSION_RSVD := 0
|
||||||
|
|
|
@ -1269,8 +1269,8 @@ ment_t ment_tools[] = {
|
||||||
MDEF_CHGLINE(),
|
MDEF_CHGLINE(),
|
||||||
MDEF_CAPTION("-------- Misc --------", 0xFF0AB9E6),
|
MDEF_CAPTION("-------- Misc --------", 0xFF0AB9E6),
|
||||||
MDEF_HANDLER("Dump package1/2", dump_packages12),
|
MDEF_HANDLER("Dump package1/2", dump_packages12),
|
||||||
MDEF_HANDLER("Fix archive bit (except Nintendo)", fix_sd_all_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 archive bit (Nintendo only)", fix_sd_nin_attr),
|
||||||
//MDEF_HANDLER("Fix fuel gauge configuration", fix_fuel_gauge_configuration),
|
//MDEF_HANDLER("Fix fuel gauge configuration", fix_fuel_gauge_configuration),
|
||||||
//MDEF_HANDLER("Reset all battery cfg", reset_pmic_fuel_gauge_charger_config),
|
//MDEF_HANDLER("Reset all battery cfg", reset_pmic_fuel_gauge_charger_config),
|
||||||
MDEF_CHGLINE(),
|
MDEF_CHGLINE(),
|
||||||
|
@ -1296,7 +1296,7 @@ ment_t ment_top[] = {
|
||||||
MDEF_END()
|
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);
|
extern void pivot_stack(u32 stack_top);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue