mirror of
https://github.com/CTCaer/hekate.git
synced 2025-04-20 11:35:56 +00:00
Update main.c
This commit is contained in:
parent
c6c9425401
commit
96ebfe4d21
1 changed files with 1 additions and 1 deletions
|
@ -915,7 +915,7 @@ skip_list:
|
|||
}
|
||||
else
|
||||
{
|
||||
gfx_clear_grey(0x1B);
|
||||
gfx_clear(BG_COL);
|
||||
BOOTLOGO = (void *)malloc(0x4000);
|
||||
blz_uncompress_srcdest(BOOTLOGO_BLZ, SZ_BOOTLOGO_BLZ, BOOTLOGO, SZ_BOOTLOGO);
|
||||
gfx_set_rect_grey(BOOTLOGO, X_BOOTLOGO, Y_BOOTLOGO, 326, 544);
|
||||
|
|
Loading…
Add table
Reference in a new issue