Skip to content

GB_gbs_info_t

Lior Halphon edited this page Nov 24, 2024 · 1 revision

Definition

typedef struct {
    uint8_t track_count;
    uint8_t first_track;
    char title[33];
    char author[33];
    char copyright[33];
} GB_gbs_info_t;

In gb.h

Description

TBD

Clone this wiki locally