Added support for Pico Loader API v2. This makes it possible to return to Pico Launcher from homebrew.

This commit is contained in:
Gericom
2026-01-10 17:08:06 +01:00
parent e4c2fafa74
commit d76d46ea73
4 changed files with 32 additions and 3 deletions

View File

@@ -167,6 +167,11 @@ int main(int argc, char* argv[])
rtc_init();
if (argc >= 1)
{
pload_setLauncherPath(argv[0]);
}
memset(&gFatFs, 0, sizeof(gFatFs));
if (dldi_init())
{