mirror of
https://github.com/LNH-team/pico-launcher.git
synced 2026-06-02 09:06:54 +02:00
Added support for Pico Loader API v2. This makes it possible to return to Pico Launcher from homebrew.
This commit is contained in:
@@ -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())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user