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

Definition

bool GB_cheat_search_filter(GB_gameboy_t *gb, const char *expression, GB_cheat_search_data_type_t data_type);

In cheat_search.h

Description

TBD

Thread Safety

GB_cheat_search_filter must not be called if the instance is being run in any thread, including the current one (via a callback).