mirror of
https://github.com/LNH-team/pico-launcher.git
synced 2026-06-02 09:06:54 +02:00
8 lines
208 B
C
8 lines
208 B
C
#pragma once
|
|
#include "picoLoader7.h"
|
|
|
|
pload_params_t* pload_getLoadParams();
|
|
void pload_setBootDrive(PicoLoaderBootDrive bootDrive);
|
|
void pload_setLauncherPath(const char* launcherPath);
|
|
void pload_start();
|