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

Definition

bool GB_is_sgb(GB_gameboy_t *gb);

In gb.h

Description

Returns true if the emulator instance emulates any variant of the Super Game Boy.

Thread Safety

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

See Also