Skip to content

GB_get_model

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

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

Clone this wiki locally