From 2b4e32e3eaf6a0b6886b5f4ff52e440e0b1037f6 Mon Sep 17 00:00:00 2001 From: Lior Halphon Date: Sun, 24 Nov 2024 23:14:23 +0200 Subject: [PATCH] Updated GB_is_hle_sgb (markdown) --- GB_is_hle_sgb.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/GB_is_hle_sgb.md b/GB_is_hle_sgb.md index e97d81a..7506bfc 100644 --- a/GB_is_hle_sgb.md +++ b/GB_is_hle_sgb.md @@ -6,8 +6,15 @@ In `gb.h` ## Description -TBD +Returns `true` if the emulator instance emulates a variant of the Super Game Boy, and also emulates the SFC or SNES side via high-level-emulation. ## Thread Safety `GB_is_hle_sgb` is thread-safe and can be called from any thread and context. + +## See Also + +* [[GB_model_t]] +* [[GB_get_model]] +* [[GB_is_sgb]] +* [[GB_is_cgb]] \ No newline at end of file