Skip to content

GB_cheat_t

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

Definition

typedef struct GB_cheat_s {
    uint16_t address;
    uint16_t bank;
    uint8_t value;
    uint8_t old_value;
    bool use_old_value;
    bool enabled;
    char description[128];
} GB_cheat_t;

In cheats.h

Description

TBD

Clone this wiki locally