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

Definition

void GB_remove_cheat(GB_gameboy_t *gb, const GB_cheat_t *cheat);

In cheats.h

Description

TBD

Thread Safety

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