From 9ac8b014bdb8cd33471f0426070623b148870d26 Mon Sep 17 00:00:00 2001 From: Lior Halphon Date: Sun, 24 Nov 2024 23:12:23 +0200 Subject: [PATCH] Updated GB_is_cgb (markdown) --- GB_is_cgb.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/GB_is_cgb.md b/GB_is_cgb.md index e76216a..9309660 100644 --- a/GB_is_cgb.md +++ b/GB_is_cgb.md @@ -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]] \ No newline at end of file