mirror of
https://github.com/CTCaer/hekate.git
synced 2024-11-08 11:31:44 +00:00
hekate: reduce binary size
By using the same message everywhere.
This commit is contained in:
parent
35c36908a1
commit
6e6f5f8eed
1 changed files with 1 additions and 1 deletions
|
@ -665,7 +665,7 @@ static void _nyx_load_run()
|
||||||
|
|
||||||
gfx_con_setpos(0, 0);
|
gfx_con_setpos(0, 0);
|
||||||
WPRINTF("Old Nyx GUI found! There will be dragons!\n");
|
WPRINTF("Old Nyx GUI found! There will be dragons!\n");
|
||||||
WPRINTF("\nUpdate the bootloader folder!\n\n");
|
WPRINTF("\nUpdate bootloader folder!\n\n");
|
||||||
WPRINTF("Press any key...");
|
WPRINTF("Press any key...");
|
||||||
|
|
||||||
msleep(1000);
|
msleep(1000);
|
||||||
|
|
Loading…
Reference in a new issue