mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-18 18:18:03 -05: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