Result albumLaShowAlbumFiles(void)
Launches the applet with AlbumLaArg_ShowAlbumFiles and playStartupSound=false.
Result albumLaShowAllAlbumFiles(void)
Launches the applet with AlbumLaArg_ShowAllAlbumFiles and playStartupSound=false.
Result albumLaShowAllAlbumFilesForHomeMenu(void)
Launches the applet with AlbumLaArg_ShowAllAlbumFilesForHomeMenu and playStartupSound=true.
AlbumLaArg
Arg type values pushed for the applet input storage, stored as an u8.
Definition: album_la.h:11
@ AlbumLaArg_ShowAlbumFiles
ShowAlbumFiles. Only displays AlbumFiles associated with the application which launched the Album app...
Definition: album_la.h:12
@ AlbumLaArg_ShowAllAlbumFilesForHomeMenu
ShowAllAlbumFilesForHomeMenu. Similar to AlbumLaArg_ShowAllAlbumFiles.
Definition: album_la.h:14
@ AlbumLaArg_ShowAllAlbumFiles
ShowAllAlbumFiles. Displays all AlbumFiles, with filtering allowed.
Definition: album_la.h:13
u32 Result
Function error code result type.
Definition: types.h:44