diff --git a/Makefile b/Makefile index e77d092..3e4394e 100755 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/README.md b/README.md index dc31a7f..701ae0b 100644 --- a/README.md +++ b/README.md @@ -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. | diff --git a/bootloader/main.c b/bootloader/main.c index 4d05bb1..526ee3e 100644 --- a/bootloader/main.c +++ b/bootloader/main.c @@ -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); diff --git a/nyx/Makefile b/nyx/Makefile index 376b4f9..6213835 100644 --- a/nyx/Makefile +++ b/nyx/Makefile @@ -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