mirror of https://github.com/LIJI32/SameBoy.git
Updated GB_is_cgb_in_cgb_mode (markdown)
parent
303c881f38
commit
716c4052a6
|
@ -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]]
|
Loading…
Reference in New Issue