diff options
Diffstat (limited to 'src/input_common/udp/udp.cpp')
| -rw-r--r-- | src/input_common/udp/udp.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/input_common/udp/udp.cpp b/src/input_common/udp/udp.cpp index 60cf47123..4b347e47e 100644 --- a/src/input_common/udp/udp.cpp +++ b/src/input_common/udp/udp.cpp | |||
| @@ -89,10 +89,9 @@ State::~State() { | |||
| 89 | Input::UnregisterFactory<Input::MotionDevice>("cemuhookudp"); | 89 | Input::UnregisterFactory<Input::MotionDevice>("cemuhookudp"); |
| 90 | } | 90 | } |
| 91 | 91 | ||
| 92 | std::vector<Common::ParamPackage> State::GetInputDevices() { | 92 | std::vector<Common::ParamPackage> State::GetInputDevices() const { |
| 93 | std::vector<Common::ParamPackage> devices = {}; | ||
| 94 | // TODO support binding udp devices | 93 | // TODO support binding udp devices |
| 95 | return devices; | 94 | return {}; |
| 96 | } | 95 | } |
| 97 | 96 | ||
| 98 | void State::ReloadUDPClient() { | 97 | void State::ReloadUDPClient() { |