diff --git a/GB_switch_model_and_reset.md b/GB_switch_model_and_reset.md index d5248d0..e1166e8 100644 --- a/GB_switch_model_and_reset.md +++ b/GB_switch_model_and_reset.md @@ -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]] \ No newline at end of file