Nugget
Loading...
Searching...
No Matches
Public Attributes | List of all members
psyqo::MemoryCardFileSystem::FileInfo Struct Reference

A file's on-card metadata: its title and icon. More...

#include <psyqo/memory-card-filesystem.hh>

Collaboration diagram for psyqo::MemoryCardFileSystem::FileInfo:
Collaboration graph
[legend]

Public Attributes

uint8_t title [65]
 
Icon icon
 

Detailed Description

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.

Member Data Documentation

◆ icon

Icon psyqo::MemoryCardFileSystem::FileInfo::icon

◆ title

uint8_t psyqo::MemoryCardFileSystem::FileInfo::title[65]

The documentation for this struct was generated from the following file: