Updated GB_is_sgb (markdown)

Lior Halphon 2024-11-24 23:13:22 +02:00
parent 9ac8b014bd
commit 0fb993d333
1 changed files with 8 additions and 1 deletions

@ -6,8 +6,15 @@ In `gb.h`
## Description ## Description
TBD Returns `true` if the emulator instance emulates any variant of the Super Game Boy.
## Thread Safety ## Thread Safety
`GB_is_sgb` is thread-safe and can be called from any thread and context. `GB_is_sgb` is thread-safe and can be called from any thread and context.
## See Also
* [[GB_model_t]]
* [[GB_get_model]]
* [[GB_is_hle_sgb]]
* [[GB_is_cgb]]