We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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