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;