Fix typo induced build error

This commit is contained in:
hissingshark 2019-05-16 16:05:47 +01:00
parent 83a6c0ee71
commit b0b63d4894
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}