From f6a2157560d2ce7dd203303e44f2765cad2e11e5 Mon Sep 17 00:00:00 2001 From: Lior Halphon Date: Thu, 28 Nov 2024 23:01:33 +0200 Subject: [PATCH] Updated GB_set_key_state (markdown) --- GB_set_key_state.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GB_set_key_state.md b/GB_set_key_state.md index 04f0ce6..c3c6f37 100644 --- a/GB_set_key_state.md +++ b/GB_set_key_state.md @@ -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