Skip to content

GB_set_rendering_disabled

Lior Halphon edited this page Nov 24, 2024 · 3 revisions

Definition

void GB_set_rendering_disabled(GB_gameboy_t *gb, bool disabled);

In gb.h

Description

TBD

Thread Safety

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

Clone this wiki locally