mirror of
https://codeberg.org/hkzlab/TK2048.git
synced 2025-12-26 16:02:17 +11:00
Begin adding loading screen
This commit is contained in:
parent
457d510384
commit
bc20c1390d
5 changed files with 8 additions and 2 deletions
5
src/loading_screen.c
Normal file
5
src/loading_screen.c
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#include <stdint.h>
|
||||
|
||||
__attribute__((section("loadscreen"))) const uint8_t __loading_screen[] = {0xDE, 0xAD, 0xBE, 0xEF};
|
||||
#pragma require __loading_screen
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue