Fix typo induced build error
This commit is contained in:
parent
83a6c0ee71
commit
b0b63d4894
|
@ -182,7 +182,7 @@ public:
|
|||
SDLKbGamepadDevice(int maple_port) : GamepadDevice(maple_port, "SDL")
|
||||
{
|
||||
_name = "Keyboard";
|
||||
_unique_id = "sdl_keyboard;
|
||||
_unique_id = "sdl_keyboard";
|
||||
if (!find_mapping())
|
||||
input_mapper = new KbInputMapping();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue