-
-
Notifications
You must be signed in to change notification settings - Fork 216
GB_is_hle_sgb
Lior Halphon edited this page Nov 30, 2024
·
3 revisions
bool GB_is_hle_sgb(GB_gameboy_t *gb);
In gb.h
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.
GB_is_hle_sgb
is thread-safe and can be called from any thread and context.