Initial work on homebrew return to loader

This commit is contained in:
Gericom
2026-01-04 15:39:47 +01:00
parent f1e5f0cddc
commit 5c8e98a03f
13 changed files with 387 additions and 5 deletions

View File

@@ -10,5 +10,6 @@ extern u8 __bss_size[];
pload_header7_t gLoaderHeader
{
.entryPoint = (void*)&_start,
.apiVersion = PICO_LOADER_API_VERSION
.apiVersion = PICO_LOADER_API_VERSION,
.launcherPath = "/_picoboot.nds"
};