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

Definition

int GB_load_cheats(GB_gameboy_t *gb, const char *path, bool replace_existing);

In cheats.h

Description

TBD

Thread Safety

GB_load_cheats must not be called if the instance is being run in another thread, but may be called from the current one (via a callback).