Skip to content

GB_cheat_search_filter

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

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

Clone this wiki locally