From 90272a8649cb267908e9f9286973af459fcad32f Mon Sep 17 00:00:00 2001 From: tomvita <68505331+tomvita@users.noreply.github.com> Date: Sun, 5 Jan 2025 23:03:47 +0800 Subject: [PATCH] clearify that bit 27 does not correspond to a button --- docs/features/cheats.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/cheats.md b/docs/features/cheats.md index ce492141b..3b3a6e9d1 100644 --- a/docs/features/cheats.md +++ b/docs/features/cheats.md @@ -200,7 +200,7 @@ Code type 0x8 enters or skips a conditional block based on whether a key combina + k: Keypad mask to check against, see below. -Note that for multiple button combinations, the bitmasks should be ORd together. +Note that for multiple button combinations, the bitmasks should be OR'd together. Also, bit 27 does not correspond to a button and instead acts as a no auto-repeat flag. #### Keypad Values Note: This is the direct output of `hidKeysDown()`.