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

A save icon, in the native PlayStation format. More...

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

Public Attributes

uint8_t frameCount
 
uint16_t clut [16]
 
uint8_t pixels [3][128]
 

Detailed Description

A save icon, in the native PlayStation format.

The palette is 16 entries of 15-bit BGR555 (bit 15 is the semi-transparency flag). Each frame is a 16x16, 4bpp bitmap (128 bytes, two pixels per byte, low nibble first). frameCount selects how many frames animate (1 = static).

Member Data Documentation

◆ clut

uint16_t psyqo::MemoryCardFileSystem::Icon::clut[16]

◆ frameCount

uint8_t psyqo::MemoryCardFileSystem::Icon::frameCount

◆ pixels

uint8_t psyqo::MemoryCardFileSystem::Icon::pixels[3][128]

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