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

Definition

const GB_cheat_t *GB_add_cheat(GB_gameboy_t *gb, 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

Description

TBD

Thread Safety

GB_add_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).