mirror of
https://github.com/CTCaer/hekate
synced 2024-11-16 00:49:27 +00:00
Bump version to v4.10.0
This commit is contained in:
parent
fd0dc04953
commit
36d2da5d79
2 changed files with 5 additions and 5 deletions
6
Makefile
6
Makefile
|
@ -9,8 +9,8 @@ include $(DEVKITARM)/base_rules
|
|||
IPL_LOAD_ADDR := 0x40008000
|
||||
IPL_MAGIC := 0x43544349 #"ICTC"
|
||||
BLVERSION_MAJOR := 4
|
||||
BLVERSION_MINOR := 9
|
||||
BLVERSION_HOTFX := 1
|
||||
BLVERSION_MINOR := 10
|
||||
BLVERSION_HOTFX := 0
|
||||
|
||||
BL_RESERVED := 0
|
||||
|
||||
|
@ -94,7 +94,7 @@ $(MODULEDIRS):
|
|||
|
||||
$(TARGET).bin: $(BUILDDIR)/$(TARGET)/$(TARGET).elf $(MODULEDIRS)
|
||||
$(OBJCOPY) -S -O binary $< $(OUTPUTDIR)/$@
|
||||
@printf ICTC$(BLVERSION_MAJOR)$(BLVERSION_MINOR) >> $(OUTPUTDIR)/$@
|
||||
@printf ICTC49 >> $(OUTPUTDIR)/$@
|
||||
|
||||
$(BUILDDIR)/$(TARGET)/$(TARGET).elf: $(OBJS)
|
||||
$(CC) $(LDFLAGS) -T $(SOURCEDIR)/link.ld $^ -o $@
|
||||
|
|
|
@ -1157,7 +1157,7 @@ ment_t ment_top[] = {
|
|||
};
|
||||
menu_t menu_top = {
|
||||
ment_top,
|
||||
"hekate - CTCaer mod v4.9.1", 0, 0
|
||||
"hekate - CTCaer mod v4.10.0", 0, 0
|
||||
};
|
||||
|
||||
#define IPL_STACK_TOP 0x90010000
|
||||
|
@ -1199,7 +1199,7 @@ void ipl_main()
|
|||
blz_uncompress_srcdest(Kc_MENU_LOGO_blz, SZ_MENU_LOGO_BLZ, Kc_MENU_LOGO, SZ_MENU_LOGO);
|
||||
#endif
|
||||
|
||||
gfx_con_init(&gfx_ctxt);
|
||||
gfx_con_init();
|
||||
|
||||
display_backlight_pwm_init();
|
||||
//display_backlight_brightness(h_cfg.backlight, 1000);
|
||||
|
|
Loading…
Reference in a new issue