-
-
Notifications
You must be signed in to change notification settings - Fork 212
GB_get_model
Lior Halphon edited this page Nov 30, 2024
·
3 revisions
GB_model_t GB_get_model(GB_gameboy_t *gb);
In gb.h
Returns the currently emulated model of an emulator instance.
GB_get_model
is thread-safe and can be called from any thread and context.