Skip to content

Commit

Permalink
Bump hekate to v5.0.1 and Nyx to v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
CTCaer committed Jul 6, 2019
1 parent 9b80ec9 commit 101c8bc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ NYX_STORAGE_ADDR := 0xED000000
IPL_MAGIC := 0x43544349 #"ICTC"
BLVERSION_MAJOR := 5
BLVERSION_MINOR := 0
BLVERSION_HOTFX := 0
BLVERSION_HOTFX := 1

BL_RESERVED := 0

Expand Down
2 changes: 1 addition & 1 deletion bootloader/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1193,7 +1193,7 @@ ment_t ment_top[] = {
MDEF_END()
};

menu_t menu_top = { ment_top, "hekate - CTCaer mod v5.0.0", 0, 0 };
menu_t menu_top = { ment_top, "hekate - CTCaer mod v5.0.1", 0, 0 };

#define IPL_STACK_TOP 0x90010000
#define IPL_HEAP_START 0x90020000
Expand Down
2 changes: 1 addition & 1 deletion nyx/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ NYX_STORAGE_ADDR := 0xED000000
NYX_MAGIC := 0x43544347 #"GCTC"
BLVERSION_MAJOR := 0
BLVERSION_MINOR := 8
BLVERSION_HOTFX := 0
BLVERSION_HOTFX := 1

BL_RESERVED := 0

Expand Down

0 comments on commit 101c8bc

Please sign in to comment.