From 716c4052a6e454992b179ca3a2a422201176084a Mon Sep 17 00:00:00 2001 From: Lior Halphon Date: Tue, 26 Nov 2024 21:46:04 +0200 Subject: [PATCH] Updated GB_is_cgb_in_cgb_mode (markdown) --- GB_is_cgb_in_cgb_mode.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/GB_is_cgb_in_cgb_mode.md b/GB_is_cgb_in_cgb_mode.md index 3d0cb06..74805e6 100644 --- a/GB_is_cgb_in_cgb_mode.md +++ b/GB_is_cgb_in_cgb_mode.md @@ -6,8 +6,12 @@ In `gb.h` ## 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 `GB_is_cgb_in_cgb_mode` is thread-safe and can be called from any thread and context. + +## See Also + +* [[GB_is_cgb]] \ No newline at end of file