We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
cheats.h
TBD