Updated GB_set_key_state (markdown)

Lior Halphon 2024-11-28 23:01:33 +02:00
parent dc4cd6fcfb
commit f6a2157560
1 changed files with 1 additions and 1 deletions

@ -6,7 +6,7 @@ In `joypad.h`
## Description
Sets the state for button `index` to value `pressed` (`true` means down, `false` means released).
Sets the state for player 1's button `index` to value `pressed` (`true` means down, `false` means released).
## Thread Safety