More CirclePad Pro improvements

This commit is contained in:
wheremyfoodat
2025-07-03 00:52:55 +03:00
parent 935e088ca1
commit 0ab8a6d956
14 changed files with 155 additions and 81 deletions

View File

@@ -93,8 +93,10 @@ HttpServer::HttpServer(Emulator* emulator)
{"Left", {HID::Keys::Left}},
{"Up", {HID::Keys::Up}},
{"Down", {HID::Keys::Down}},
{"R", {HID::Keys::R}},
{"L", {HID::Keys::L}},
{"R", {HID::Keys::R}},
{"ZL", {HID::Keys::ZL}},
{"ZR", {HID::Keys::ZR}},
{"X", {HID::Keys::X}},
{"Y", {HID::Keys::Y}},
}) {