Updated GB_is_hle_sgb (markdown)

Lior Halphon 2024-11-24 23:14:23 +02:00
parent 0fb993d333
commit 2b4e32e3ea
1 changed files with 8 additions and 1 deletions

@ -6,8 +6,15 @@ In `gb.h`
## Description ## 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 ## Thread Safety
`GB_is_hle_sgb` is thread-safe and can be called from any thread and context. `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]]