|
Nugget
|
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] |
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).
| uint16_t psyqo::MemoryCardFileSystem::Icon::clut[16] |
| uint8_t psyqo::MemoryCardFileSystem::Icon::frameCount |
| uint8_t psyqo::MemoryCardFileSystem::Icon::pixels[3][128] |