mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-04-06 03:18:33 -04:00
ir: implement new 3ds HID via ir:rst
This commit is contained in:
@@ -25,6 +25,11 @@ void Shutdown() {
|
||||
ShutdownRST();
|
||||
}
|
||||
|
||||
void ReloadInputDevices() {
|
||||
ReloadInputDevicesUser();
|
||||
ReloadInputDevicesRST();
|
||||
}
|
||||
|
||||
} // namespace IR
|
||||
|
||||
} // namespace Service
|
||||
|
||||
Reference in New Issue
Block a user