Capture services: Difference between revisions
No edit summary |
|||
Line 339: | Line 339: | ||
= ApplicationAlbumFileEntry = | = ApplicationAlbumFileEntry = | ||
This is "nn::capsrv::ApplicationAlbumFileEntry". This is a 0x30-byte struct. | This is "nn::capsrv::ApplicationAlbumFileEntry". This is a 0x30-byte struct. | ||
On newer versions where official sw uses [[#ApplicationAlbumEntry]], [[#ApplicationAlbumEntry]] is converted to ApplicationAlbumFileEntry when using cmds which need it with: | |||
* First 0x20-bytes are the same. | |||
* u64 ApplicationAlbumFileEntry+0x20 = [[#ApplicationAlbumEntry]]+0x10. | |||
* Last 8-bytes = 0. | |||
= Notes = | = Notes = |