save input

This commit is contained in:
2025-07-01 10:21:39 -04:00
parent 30880c003d
commit 35a6697bcc

View File

@@ -273,7 +273,7 @@ const std::vector<KeyType> INPUT_KEYS[INPUT_COUNT] =
{ KEY_2 }, { KEY_2 },
{ KEY_Z }, { KEY_Z },
{ KEY_Y }, { KEY_Y },
{ KEY_LCTRL } { KEY_LCTRL, KEY_S }
}; };
struct Keyboard struct Keyboard