Changed the way API version 2 is exposed in picoLoader7.h

This commit is contained in:
Gericom
2026-01-10 14:58:59 +01:00
parent 56d20b37ac
commit a17194dc67
3 changed files with 14 additions and 22 deletions

View File

@@ -11,5 +11,8 @@ pload_header7_t gLoaderHeader
{
.entryPoint = (void*)&_start,
.apiVersion = PICO_LOADER_API_VERSION,
.launcherPath = "/_picoboot.nds"
.v2 =
{
.launcherPath = "/_picoboot.nds"
}
};