mirror of
https://github.com/CTCaer/hekate.git
synced 2024-11-09 12:01:45 +00:00
Bump version to v4.8
This commit is contained in:
parent
50d4cbbda1
commit
3b9bf65071
2 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -6,7 +6,7 @@ include $(DEVKITARM)/base_rules
|
||||||
|
|
||||||
IPL_LOAD_ADDR := 0x40008000
|
IPL_LOAD_ADDR := 0x40008000
|
||||||
BLVERSION_MAJOR := 4
|
BLVERSION_MAJOR := 4
|
||||||
BLVERSION_MINOR := 6
|
BLVERSION_MINOR := 8
|
||||||
|
|
||||||
TARGET := hekate
|
TARGET := hekate
|
||||||
BUILD := build
|
BUILD := build
|
||||||
|
|
|
@ -1259,7 +1259,7 @@ ment_t ment_top[] = {
|
||||||
};
|
};
|
||||||
menu_t menu_top = {
|
menu_t menu_top = {
|
||||||
ment_top,
|
ment_top,
|
||||||
"hekate - CTCaer mod v4.6", 0, 0
|
"hekate - CTCaer mod v4.8", 0, 0
|
||||||
};
|
};
|
||||||
|
|
||||||
extern void pivot_stack(u32 stack_top);
|
extern void pivot_stack(u32 stack_top);
|
||||||
|
|
Loading…
Reference in a new issue