Skip to content

GB_is_cgb_in_cgb_mode

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

Definition

bool GB_is_cgb_in_cgb_mode(GB_gameboy_t *gb);

In gb.h

Description

Returns true if the emulator instance currently emulates a Game Boy Color or a newer model, and it is not currently in DMG compatibility mode.

Thread Safety

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

See Also

Clone this wiki locally