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

@@ -3,4 +3,5 @@
pload_params_t* pload_getLoadParams();
void pload_setBootDrive(PicoLoaderBootDrive bootDrive);
void pload_setLauncherPath(const char* launcherPath);
void pload_start();