From 363a01fe64dfdbfeaa04d9134dc7c855b50efdae Mon Sep 17 00:00:00 2001 From: Gericom Date: Sat, 10 Jan 2026 17:03:13 +0100 Subject: [PATCH] Added comment about not setting launcherPath --- include/picoLoader7.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/picoLoader7.h b/include/picoLoader7.h index 0ad350b..859e3fc 100644 --- a/include/picoLoader7.h +++ b/include/picoLoader7.h @@ -39,6 +39,7 @@ typedef struct typedef struct { /// @brief The path of the rom to return to when exiting an application. + /// When this path is not set, no bootstub will be patched into homebrew applications. char launcherPath[256]; } pload_header7_v2_t;