-
-
Notifications
You must be signed in to change notification settings - Fork 212
GB_update_cheat
Lior Halphon edited this page Nov 24, 2024
·
1 revision
void GB_update_cheat(GB_gameboy_t *gb, const GB_cheat_t *cheat, const char *description, uint16_t address, uint16_t bank, uint8_t value, uint8_t old_value, bool use_old_value, bool enabled);
In cheats.h
TBD
GB_update_cheat
must not be called if the instance is being run in another thread, but may be called from the current one (via a callback).