Updated GB_get_player_count (markdown)

Lior Halphon 2024-11-29 00:23:44 +02:00
parent 19e5678b9e
commit 1a2b4ca805
1 changed files with 6 additions and 1 deletions

@ -6,8 +6,13 @@ In `sgb.h`
## Description
TBD
Returns the current number of players in an emulated instance. When emulating a Super Game Boy, the emulated ROM can dynamically change the number of players to 1, 2 or 4.
## Thread Safety
`GB_get_player_count` is thread-safe and can be called from any thread and context.
## See Also
* [[GB_set_key_state_for_player]]
* [[GB_set_key_mask_for_player]]