3 GB_is_cgb
Lior Halphon edited this page 2024-12-01 01:09:32 +02:00

Definition

bool GB_is_cgb(const GB_gameboy_t *gb);

In gb.h

Description

Returns true if the emulator instance currently emulates a Game Boy Color or a newer model.

Thread Safety

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

See Also