mirror of https://github.com/LIJI32/SameBoy.git
Updated GB_is_hle_sgb (markdown)
parent
0fb993d333
commit
2b4e32e3ea
|
@ -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]]
|
Loading…
Reference in New Issue