ir: implement new 3ds HID via ir:rst

This commit is contained in:
wwylele
2017-03-31 22:27:18 +03:00
parent de1b6cc695
commit 85116643b2
9 changed files with 207 additions and 24 deletions

View File

@ -25,6 +25,11 @@ void Shutdown() {
ShutdownRST();
}
void ReloadInputDevices() {
ReloadInputDevicesUser();
ReloadInputDevicesRST();
}
} // namespace IR
} // namespace Service