diff --git a/GB_get_model.md b/GB_get_model.md index 48e5b93..232b2b0 100644 --- a/GB_get_model.md +++ b/GB_get_model.md @@ -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]] \ No newline at end of file