[HID] - fix my mistake in SDL input merge fixes

This commit is contained in:
Cancerous 2020-02-03 12:31:21 -05:00 committed by illusion
parent 6840d6fbec
commit d6eab82ad4
1 changed files with 0 additions and 1 deletions

View File

@ -92,7 +92,6 @@ X_STATUS SDLInputDriver::Setup(std::vector<std::unique_ptr<hid::InputDriver>>& d
}
switch (type) {
case SDL_CONTROLLERDEVICEADDED:
case SDL_JOYDEVICEADDED:
driver->OnControllerDeviceAdded(event);
break;
case SDL_CONTROLLERDEVICEREMOVED: