From c321d3508cc757cf4d6a0800e6bc90838cc05830 Mon Sep 17 00:00:00 2001 From: CTCaer Date: Tue, 11 Jun 2024 12:41:19 +0300 Subject: [PATCH] Bump hekate to v6.2.0 and Nyx to v1.6.2 --- Versions.inc | 6 +++--- bootloader/frontend/fe_info.c | 1 - bootloader/main.c | 4 ++-- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/Versions.inc b/Versions.inc index c81c592..2775f51 100644 --- a/Versions.inc +++ b/Versions.inc @@ -1,11 +1,11 @@ # IPL Version. BLVERSION_MAJOR := 6 -BLVERSION_MINOR := 1 -BLVERSION_HOTFX := 1 +BLVERSION_MINOR := 2 +BLVERSION_HOTFX := 0 BLVERSION_RSVD := 0 # Nyx Version. NYXVERSION_MAJOR := 1 NYXVERSION_MINOR := 6 -NYXVERSION_HOTFX := 1 +NYXVERSION_HOTFX := 2 NYXVERSION_RSVD := 0 diff --git a/bootloader/frontend/fe_info.c b/bootloader/frontend/fe_info.c index c24fd7c..d1beaba 100644 --- a/bootloader/frontend/fe_info.c +++ b/bootloader/frontend/fe_info.c @@ -26,7 +26,6 @@ #include extern hekate_config h_cfg; -extern void emmcsn_path_impl(char *path, char *sub_dir, char *filename, sdmmc_storage_t *storage); #pragma GCC push_options #pragma GCC optimize ("Os") diff --git a/bootloader/main.c b/bootloader/main.c index 242ce44..bf34824 100644 --- a/bootloader/main.c +++ b/bootloader/main.c @@ -1444,7 +1444,7 @@ ment_t ment_top[] = { MDEF_END() }; -menu_t menu_top = { ment_top, "hekate v6.1.1", 0, 0 }; +menu_t menu_top = { ment_top, "hekate v6.2.0", 0, 0 }; extern void pivot_stack(u32 stack_top); @@ -1470,7 +1470,7 @@ void ipl_main() // Set bootloader's default configuration. set_default_configuration(); - // Prep RTC regs for read. Needed for T210B01 R2P. + // Prep RTC regs for read. Needed for T210B01 R2C. max77620_rtc_prep_read(); // Initialize display.