mirror of https://github.com/LIJI32/SameBoy.git
Updated GB_is_sgb (markdown)
parent
9ac8b014bd
commit
0fb993d333
|
@ -6,8 +6,15 @@ In `gb.h`
|
|||
|
||||
## Description
|
||||
|
||||
TBD
|
||||
Returns `true` if the emulator instance emulates any variant of the Super Game Boy.
|
||||
|
||||
## Thread Safety
|
||||
|
||||
`GB_is_sgb` 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_cgb]]
|
Loading…
Reference in New Issue