|
Nugget
|
A file's on-card metadata: its title and icon. More...
#include <psyqo/memory-card-filesystem.hh>

Public Attributes | |
| uint8_t | title [65] |
| Icon | icon |
A file's on-card metadata: its title and icon.
Returned by readFileInfo, this is the read counterpart to the title and icon that writeFile stores. title is the raw 64-byte Shift-JIS field exactly as it sits in the file's title frame (printable ASCII appears in its fullwidth form, the way writeFile promotes it), NUL-terminated at [64]. icon is the byte-for-byte inverse of what writeFile laid down: frameCount frames of a 16-colour palette and a 16x16 4bpp bitmap.
| Icon psyqo::MemoryCardFileSystem::FileInfo::icon |
| uint8_t psyqo::MemoryCardFileSystem::FileInfo::title[65] |