mirror of
https://github.com/Decscots/Lockpick_RCM.git
synced 2025-06-21 12:27:18 +02:00
Add hekate cfg and color incrementing
This commit is contained in:
parent
6540ddc24b
commit
19796e486c
8 changed files with 1122 additions and 24 deletions
|
@ -18,6 +18,7 @@
|
|||
|
||||
#include <string.h>
|
||||
|
||||
#include "config/config.h"
|
||||
#include "gfx/di.h"
|
||||
#include "gfx/gfx.h"
|
||||
#include "libs/fatfs/ff.h"
|
||||
|
@ -36,6 +37,7 @@ sdmmc_storage_t sd_storage;
|
|||
__attribute__ ((aligned (16))) FATFS sd_fs;
|
||||
static bool sd_mounted;
|
||||
|
||||
hekate_config h_cfg;
|
||||
boot_cfg_t __attribute__((section ("._boot_cfg"))) b_cfg;
|
||||
|
||||
bool sd_mount()
|
||||
|
@ -154,6 +156,8 @@ void ipl_main()
|
|||
pivot_stack(IPL_STACK_TOP);
|
||||
heap_init(IPL_HEAP_START);
|
||||
|
||||
set_default_configuration();
|
||||
|
||||
display_init();
|
||||
u32 *fb = display_init_framebuffer();
|
||||
gfx_init_ctxt(fb, 720, 1280, 720);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue