We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
void GB_set_background_rendering_disabled(GB_gameboy_t *gb, bool disabled);
bool GB_is_background_rendering_disabled(GB_gameboy_t *gb);
In display.h
display.h
TBD
GB_set_background_rendering_disabled is thread-safe and can be called from any thread and context.
GB_set_background_rendering_disabled