diff options
| author | bunnei <bunneidev@gmail.com> | 2017-05-10 09:56:27 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-05-10 09:56:27 -0400 |
| commit | 15b26249cc1b7a66d22bde5835b8a08f3465d898 (patch) | |
| tree | f147180d0d9a0f8226f95740bc3667ac8c67589d /src/core/hle/service/ir/ir_user.cpp | |
| parent | 13dd0b88de66b7c60bbd35303fdb618b55ef62e3 (diff) | |
| parent | f9fdaafa0496e3aae894719d2e3aad62f8bd698c (diff) | |
Merge pull request #2676 from wwylele/irrst
ir: implement new 3ds HID via ir:rst
Diffstat (limited to 'src/core/hle/service/ir/ir_user.cpp')
| -rw-r--r-- | src/core/hle/service/ir/ir_user.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/ir/ir_user.cpp b/src/core/hle/service/ir/ir_user.cpp index bccf6bce7..226af0083 100644 --- a/src/core/hle/service/ir/ir_user.cpp +++ b/src/core/hle/service/ir/ir_user.cpp @@ -542,7 +542,7 @@ void ShutdownUser() { receive_event = nullptr; } -void ReloadInputDevices() { +void ReloadInputDevicesUser() { if (extra_hid) extra_hid->RequestInputDevicesReload(); } |
