1
0
mirror of https://github.com/CTCaer/hekate.git synced 2024-11-05 02:27:39 +00:00

Bump hekate to v5.1.0 and Nyx to v0.8.3

This commit is contained in:
CTCaer 2019-12-08 18:59:00 +02:00
parent 4c5a78de6f
commit d0850516ab
4 changed files with 5 additions and 4 deletions

View File

@ -9,8 +9,8 @@ include $(DEVKITARM)/base_rules
IPL_LOAD_ADDR := 0x40008000
IPL_MAGIC := 0x43544349 #"ICTC"
BLVERSION_MAJOR := 5
BLVERSION_MINOR := 0
BLVERSION_HOTFX := 2
BLVERSION_MINOR := 1
BLVERSION_HOTFX := 0
BL_RESERVED := 0

View File

@ -73,6 +73,7 @@ You can find a template [Here](./res/hekate_ipl_template.ini)
| debugmode=1 | Enables Debug mode. Obsolete when used with exosphere as secmon. |
| atmosphere=1 | Enables Atmosphère patching. |
| nouserexceptions=1 | Disables usermode exception handlers when paired with Exosphère. |
| userpmu=1 | Allows user access to PMU when paired with Exosphère. |
| emummc_force_disable=1 | Disabled emuMMC if it's enabled. |
| stock=1 | Disables unneeded kernel patching when running stock or semi-stock. `If emuMMC is enabled, emummc_force_disabled=1` is required to run completely stock. |
| id=idname | Identifies boot entry for forced boot via id. Max 7 chars. |

View File

@ -1232,7 +1232,7 @@ ment_t ment_top[] = {
MDEF_END()
};
menu_t menu_top = { ment_top, "hekate - CTCaer mod v5.0.2", 0, 0 };
menu_t menu_top = { ment_top, "hekate - CTCaer mod v5.1.0", 0, 0 };
extern void pivot_stack(u32 stack_top);

View File

@ -10,7 +10,7 @@ NYX_LOAD_ADDR := 0x81000000
NYX_MAGIC := 0x43544347 #"GCTC"
BLVERSION_MAJOR := 0
BLVERSION_MINOR := 8
BLVERSION_HOTFX := 2
BLVERSION_HOTFX := 3
BL_RESERVED := 0