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

Definition

GB_model_t GB_get_model(GB_gameboy_t *gb);

In gb.h

Description

Returns the currently emulated model of an emulator instance.

Thread Safety

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

See Also