-
-
Notifications
You must be signed in to change notification settings - Fork 216
GB_is_cgb
Lior Halphon edited this page Nov 30, 2024
·
3 revisions
bool GB_is_cgb(const GB_gameboy_t *gb);
In gb.h
Returns true
if the emulator instance currently emulates a Game Boy Color or a newer model.
GB_is_cgb
is thread-safe and can be called from any thread and context.