Skip to content

GB_update_cheat

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

Definition

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

Description

TBD

Thread Safety

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

Clone this wiki locally