Updated GB_is_cgb_in_cgb_mode (markdown)

Lior Halphon 2024-11-26 21:46:04 +02:00
parent 303c881f38
commit 716c4052a6
1 changed files with 5 additions and 1 deletions

@ -6,8 +6,12 @@ In `gb.h`
## Description ## Description
TBD Returns `true` if the emulator instance currently emulates a Game Boy Color or a newer model, and it is not currently in DMG compatibility mode.
## Thread Safety ## Thread Safety
`GB_is_cgb_in_cgb_mode` is thread-safe and can be called from any thread and context. `GB_is_cgb_in_cgb_mode` is thread-safe and can be called from any thread and context.
## See Also
* [[GB_is_cgb]]