1 GB_gbs_info_t
Lior Halphon edited this page 2024-11-24 21:57:04 +02:00

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