[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 1c087100b0
commit f74d29f4ab
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) { switch (type) {
case SDL_CONTROLLERDEVICEADDED: case SDL_CONTROLLERDEVICEADDED:
case SDL_JOYDEVICEADDED:
driver->OnControllerDeviceAdded(event); driver->OnControllerDeviceAdded(event);
break; break;
case SDL_CONTROLLERDEVICEREMOVED: case SDL_CONTROLLERDEVICEREMOVED: