ios: make the keyboard remappable

This commit is contained in:
Flyinghead 2024-12-21 12:26:16 +01:00 committed by flyinghead
parent 0558c957e8
commit 0606f3e63e
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
class API_AVAILABLE(ios(14.0)) IOSKeyboard : public KeyboardDevice
{
public:
IOSKeyboard(int port, GCKeyboard *keyboard) : KeyboardDevice(port, "iOS", false), gcKeyboard(keyboard)
IOSKeyboard(int port, GCKeyboard *keyboard) : KeyboardDevice(port, "iOS"), gcKeyboard(keyboard)
{
set_maple_port(port);
loadMapping();