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

Definition

bool GB_is_hle_sgb(GB_gameboy_t *gb);

In gb.h

Description

Returns true if the emulator instance emulates a variant of the Super Game Boy and also emulates the SFC or SNES side via high-level emulation.

Thread Safety

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

See Also