Added comment about not setting launcherPath

This commit is contained in:
Gericom
2026-01-10 17:03:13 +01:00
parent 0ba88b55b7
commit 363a01fe64

View File

@@ -39,6 +39,7 @@ typedef struct
typedef struct typedef struct
{ {
/// @brief The path of the rom to return to when exiting an application. /// @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]; char launcherPath[256];
} pload_header7_v2_t; } pload_header7_v2_t;