Updated GB_is_cgb (markdown)

Lior Halphon 2024-11-24 23:12:23 +02:00
parent 3bed55a7ac
commit 9ac8b014bd
1 changed files with 8 additions and 1 deletions

@ -6,8 +6,15 @@ In `gb.h`
## Description
TBD
Returns `true` if the emulator instance currently emulates a Game Boy Color or a newer model.
## Thread Safety
`GB_is_cgb` 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_sgb]]