From e9dbe9a66d6c1df0c92aac0f6cb5d22940c75de3 Mon Sep 17 00:00:00 2001 From: Lior Halphon Date: Sun, 24 Nov 2024 23:39:18 +0200 Subject: [PATCH] Updated GB_switch_model_and_reset (markdown) --- GB_switch_model_and_reset.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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