From 101c8bc1d0813da10016be771a9919c9e8112277 Mon Sep 17 00:00:00 2001 From: "ctcaer@gmail.com" Date: Sat, 6 Jul 2019 22:43:53 +0300 Subject: [PATCH] Bump hekate to v5.0.1 and Nyx to v0.8.1 --- Makefile | 2 +- bootloader/main.c | 2 +- nyx/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 09d6ca5..9093fa6 100755 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ NYX_STORAGE_ADDR := 0xED000000 IPL_MAGIC := 0x43544349 #"ICTC" BLVERSION_MAJOR := 5 BLVERSION_MINOR := 0 -BLVERSION_HOTFX := 0 +BLVERSION_HOTFX := 1 BL_RESERVED := 0 diff --git a/bootloader/main.c b/bootloader/main.c index 92902b9..df12532 100644 --- a/bootloader/main.c +++ b/bootloader/main.c @@ -1193,7 +1193,7 @@ ment_t ment_top[] = { MDEF_END() }; -menu_t menu_top = { ment_top, "hekate - CTCaer mod v5.0.0", 0, 0 }; +menu_t menu_top = { ment_top, "hekate - CTCaer mod v5.0.1", 0, 0 }; #define IPL_STACK_TOP 0x90010000 #define IPL_HEAP_START 0x90020000 diff --git a/nyx/Makefile b/nyx/Makefile index 6b09763..ad9c234 100644 --- a/nyx/Makefile +++ b/nyx/Makefile @@ -12,7 +12,7 @@ NYX_STORAGE_ADDR := 0xED000000 NYX_MAGIC := 0x43544347 #"GCTC" BLVERSION_MAJOR := 0 BLVERSION_MINOR := 8 -BLVERSION_HOTFX := 0 +BLVERSION_HOTFX := 1 BL_RESERVED := 0