Address feedback
This commit is contained in:
parent
fc505110f1
commit
efa0b7a056
13 changed files with 77 additions and 96 deletions
|
@ -89,10 +89,9 @@ State::~State() {
|
|||
Input::UnregisterFactory<Input::MotionDevice>("cemuhookudp");
|
||||
}
|
||||
|
||||
std::vector<Common::ParamPackage> State::GetInputDevices() {
|
||||
std::vector<Common::ParamPackage> devices = {};
|
||||
std::vector<Common::ParamPackage> State::GetInputDevices() const {
|
||||
// TODO support binding udp devices
|
||||
return devices;
|
||||
return {};
|
||||
}
|
||||
|
||||
void State::ReloadUDPClient() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue