From c6ec1750455c4169bbb2a533f228fcdb0dcf9e44 Mon Sep 17 00:00:00 2001 From: CTCaer Date: Sat, 6 Feb 2021 17:32:07 +0200 Subject: [PATCH] Bump hekate to v5.5.4 and Nyx to v1.0.0 --- Versions.inc | 8 ++++---- bootloader/main.c | 2 +- bootloader/storage/nx_emmc.c | 2 +- nyx/nyx_gui/frontend/gui.c | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Versions.inc b/Versions.inc index 2bb7148c..f7429ef8 100644 --- a/Versions.inc +++ b/Versions.inc @@ -1,11 +1,11 @@ # IPL Version. BLVERSION_MAJOR := 5 BLVERSION_MINOR := 5 -BLVERSION_HOTFX := 3 +BLVERSION_HOTFX := 4 BLVERSION_RSVD := 0 # Nyx Version. -NYXVERSION_MAJOR := 0 -NYXVERSION_MINOR := 9 -NYXVERSION_HOTFX := 9 +NYXVERSION_MAJOR := 1 +NYXVERSION_MINOR := 0 +NYXVERSION_HOTFX := 0 NYXVERSION_RSVD := 0 diff --git a/bootloader/main.c b/bootloader/main.c index ca622ee4..a1903083 100644 --- a/bootloader/main.c +++ b/bootloader/main.c @@ -1508,7 +1508,7 @@ ment_t ment_top[] = { MDEF_END() }; -menu_t menu_top = { ment_top, "hekate - CTCaer mod v5.5.3", 0, 0 }; +menu_t menu_top = { ment_top, "hekate - CTCaer mod v5.5.4", 0, 0 }; extern void pivot_stack(u32 stack_top); diff --git a/bootloader/storage/nx_emmc.c b/bootloader/storage/nx_emmc.c index 0f7ec3b1..1f870b13 100644 --- a/bootloader/storage/nx_emmc.c +++ b/bootloader/storage/nx_emmc.c @@ -87,7 +87,7 @@ int nx_emmc_part_write(sdmmc_storage_t *storage, emmc_part_t *part, u32 sector_o if (part->lba_start + sector_off > part->lba_end) return 0; - return sdmmc_storage_write(&emmc_storage, part->lba_start + sector_off, num_sectors, buf); + return emummc_storage_write(part->lba_start + sector_off, num_sectors, buf); } void nx_emmc_get_autorcm_masks(u8 *mod0, u8 *mod1) diff --git a/nyx/nyx_gui/frontend/gui.c b/nyx/nyx_gui/frontend/gui.c index f1a9d132..1d905cf6 100644 --- a/nyx/nyx_gui/frontend/gui.c +++ b/nyx/nyx_gui/frontend/gui.c @@ -1139,9 +1139,9 @@ static void _create_tab_about(lv_theme_t * th, lv_obj_t * parent) lv_label_set_recolor(lbl_credits, true); lv_label_set_static_text(lbl_credits, "#C7EA46 hekate# (c) 2018, #C7EA46 naehrwert#, #C7EA46 st4rk#\n" - " (c) 2018-2020, #C7EA46 CTCaer#\n" + " (c) 2018-2021, #C7EA46 CTCaer#\n" "\n" - "#C7EA46 Nyx GUI# (c) 2019-2020, #C7EA46 CTCaer#\n" + "#C7EA46 Nyx GUI# (c) 2019-2021, #C7EA46 CTCaer#\n" "\n" "Thanks to: #00CCFF derrek, nedwill, plutoo, #\n" " #00CCFF shuffle2, smea, thexyz, yellows8 #\n"