Skip to content

Commit c321d35

Browse files
committed
Bump hekate to v6.2.0 and Nyx to v1.6.2
1 parent 66303d0 commit c321d35

3 files changed

Lines changed: 5 additions & 6 deletions

File tree

Versions.inc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# IPL Version.
22
BLVERSION_MAJOR := 6
3-
BLVERSION_MINOR := 1
4-
BLVERSION_HOTFX := 1
3+
BLVERSION_MINOR := 2
4+
BLVERSION_HOTFX := 0
55
BLVERSION_RSVD := 0
66

77
# Nyx Version.
88
NYXVERSION_MAJOR := 1
99
NYXVERSION_MINOR := 6
10-
NYXVERSION_HOTFX := 1
10+
NYXVERSION_HOTFX := 2
1111
NYXVERSION_RSVD := 0

bootloader/frontend/fe_info.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
#include <libs/fatfs/ff.h>
2727

2828
extern hekate_config h_cfg;
29-
extern void emmcsn_path_impl(char *path, char *sub_dir, char *filename, sdmmc_storage_t *storage);
3029

3130
#pragma GCC push_options
3231
#pragma GCC optimize ("Os")

bootloader/main.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1444,7 +1444,7 @@ ment_t ment_top[] = {
14441444
MDEF_END()
14451445
};
14461446

1447-
menu_t menu_top = { ment_top, "hekate v6.1.1", 0, 0 };
1447+
menu_t menu_top = { ment_top, "hekate v6.2.0", 0, 0 };
14481448

14491449
extern void pivot_stack(u32 stack_top);
14501450

@@ -1470,7 +1470,7 @@ void ipl_main()
14701470
// Set bootloader's default configuration.
14711471
set_default_configuration();
14721472

1473-
// Prep RTC regs for read. Needed for T210B01 R2P.
1473+
// Prep RTC regs for read. Needed for T210B01 R2C.
14741474
max77620_rtc_prep_read();
14751475

14761476
// Initialize display.

0 commit comments

Comments
 (0)