Updated GB_get_model (markdown)

Lior Halphon 2024-11-24 23:10:41 +02:00
parent 6a7421e74b
commit 3bed55a7ac
1 changed files with 11 additions and 1 deletions

@ -6,8 +6,18 @@ In `gb.h`
## Description
TBD
Returns the currently emulated [[model|GB_model_t]] of an emulator instance.
## Thread Safety
`GB_get_model` is thread-safe and can be called from any thread and context.
## See Also
* [[GB_model_t]]
* [[Instance Allocation (GB_init)|Instance Allocation]]
* [[GB_switch_model_and_reset]]
* [[GB_get_state_model]]
* [[GB_is_cgb]]
* [[GB_is_hle_sgb]]
* [[GB_is_sgb]]