[PATCH 3/3] Removed explicit mention of SDL2 since it's the only supported version now. |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- Subject: [PATCH 3/3] Removed explicit mention of SDL2 since it's the only supported version now.
- From: Vincent Barrilliot <vincent.barrilliot@xxxxxx>
- Date: Tue, 12 Jan 2021 21:45:45 +0100
---
src/keymap.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/keymap.c b/src/keymap.c
index 6efda8fd..d9c466de 100644
--- a/src/keymap.c
+++ b/src/keymap.c
@@ -226,7 +226,7 @@ static uint8_t Keymap_SymbolicToStScanCode(const SDL_=
keysym* pKeySym)
=20
=20
/**
- * Remap SDL scancode key to ST Scan code - this is the version for SDL2
+ * Remap SDL scancode key to ST Scan code
*/
static uint8_t Keymap_PcToStScanCode(const SDL_keysym* pKeySym)
{
--=20
2.25.1
--------------ECC43484F3C2BF79EA7067BA--