Only setup homebrew bootstub when launcherPath is set

This commit is contained in:
Gericom
2026-01-10 16:35:00 +01:00
parent a17194dc67
commit 0ba88b55b7
4 changed files with 31 additions and 32 deletions

View File

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