From b9233207f5ba85ec212e6a5c494e987e615237e9 Mon Sep 17 00:00:00 2001 From: zaphkito Date: Tue, 13 Jan 2026 06:57:52 +0000 Subject: [PATCH] mai2io: change 2p select button default key 0x54 is "T", "*" should be VK_MULTIPLY aka 0X6A tested work --- games/mai2io/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games/mai2io/config.c b/games/mai2io/config.c index c6c9913..50992c7 100644 --- a/games/mai2io/config.c +++ b/games/mai2io/config.c @@ -14,7 +14,7 @@ Maimai DX Default key binding 2P: (Numpad) 8, 9, 6, 3, 2, 1, 4, 7, * */ static const int mai2_io_1p_default[] = {'W', 'E', 'D', 'C', 'X', 'Z', 'A', 'Q', '3'}; -static const int mai2_io_2p_default[] = {0x68, 0x69, 0x66, 0x63, 0x62, 0x61, 0x64, 0x67, 0x54}; +static const int mai2_io_2p_default[] = {0x68, 0x69, 0x66, 0x63, 0x62, 0x61, 0x64, 0x67, 0x6A}; static const int mai2_io_1p_touch_default[] = { 'T', 'Y', 'H', 'N', 'B', 'V', 'F', 'R',