Skip to content

Commit

Permalink
ios: make the keyboard remappable
Browse files Browse the repository at this point in the history
  • Loading branch information
flyinghead committed Dec 21, 2024
1 parent b72750c commit 9bfd48c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell/apple/emulator-ios/emulator/ios_keyboard.h
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 9bfd48c

Please sign in to comment.