Skip to content

GB_set_background_rendering_disabled

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

Definition

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

Description

TBD

Thread Safety

GB_set_background_rendering_disabled is thread-safe and can be called from any thread and context.

Clone this wiki locally