diff options
| author | 2016-08-29 02:02:04 +1000 | |
|---|---|---|
| committer | 2016-08-29 02:02:04 +1000 | |
| commit | c960435d3e22ff596dd0f1c7f02ec1d3269336e5 (patch) | |
| tree | 387e677a4fd1aaf7f97a921e877980aca6ccfe06 /src/osd/modules/input/input_sdl.cpp | |
| parent | 2101fe044ef61f056a6b64dd8b5875b9652419f8 (diff) | |
srcclean and translation regeneration
Diffstat (limited to 'src/osd/modules/input/input_sdl.cpp')
| -rw-r--r-- | src/osd/modules/input/input_sdl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/modules/input/input_sdl.cpp b/src/osd/modules/input/input_sdl.cpp index 9d53ab5c3c9..0ff623ea8ff 100644 --- a/src/osd/modules/input/input_sdl.cpp +++ b/src/osd/modules/input/input_sdl.cpp @@ -867,7 +867,7 @@ public: std::unique_ptr<device_info> &ptr = device; return downcast<sdl_joystick_device*>(ptr.get())->sdl_state.joystick_id == sdlevent.jdevice.which; }); - + // If we find a matching joystick, dispatch the event to the joystick if (target_device != devicelist()->end()) { |
