Updated GB_switch_model_and_reset (markdown)

Lior Halphon 2024-11-24 23:39:18 +02:00
parent 1eaa64caa4
commit e9dbe9a66d
1 changed files with 8 additions and 1 deletions

@ -6,8 +6,15 @@ In `gb.h`
## Description
TBD
This function will replace the emulator instance's [[model|GB_model_t]], then perform a [[reset|GB_reset]].
## Thread Safety
`GB_switch_model_and_reset` must not be called if the instance is being run in any thread, including the current one (via a callback).
## See Also
* [[GB_model_t]]
* [[Instance Allocation (GB_init)|Instance Allocation]]
* [[GB_reset]]
* [[GB_quick_reset]]