Skip to content

Commit

Permalink
Bump hekate to v6.2.0 and Nyx to v1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
CTCaer committed Jun 11, 2024
1 parent 66303d0 commit c321d35
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Versions.inc
Original file line number Diff line number Diff line change
@@ -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
1 change: 0 additions & 1 deletion bootloader/frontend/fe_info.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
#include <libs/fatfs/ff.h>

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")
Expand Down
4 changes: 2 additions & 2 deletions bootloader/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand All @@ -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.
Expand Down

0 comments on commit c321d35

Please sign in to comment.