mirror of https://github.com/LIJI32/SameBoy.git
Updated GB_get_model (markdown)
parent
6a7421e74b
commit
3bed55a7ac
|
@ -6,8 +6,18 @@ In `gb.h`
|
||||||
|
|
||||||
## Description
|
## Description
|
||||||
|
|
||||||
TBD
|
Returns the currently emulated [[model|GB_model_t]] of an emulator instance.
|
||||||
|
|
||||||
## Thread Safety
|
## Thread Safety
|
||||||
|
|
||||||
`GB_get_model` is thread-safe and can be called from any thread and context.
|
`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]]
|
Loading…
Reference in New Issue