Skip to content

GB_is_hle_sgb

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

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

Clone this wiki locally