summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ir/ir_user.cpp
diff options
context:
space:
mode:
authorwwylele <wwylele@gmail.com>2017-03-31 21:27:18 +0200
committerwwylele <wwylele@gmail.com>2017-05-04 11:59:28 +0200
commit85116643b21694daefcb86adec25af10fb89622e (patch)
tree4bd4ff760baaed453185b63c661b7ad7afc27a6b /src/core/hle/service/ir/ir_user.cpp
parentMerge pull request #2606 from wwylele/ir (diff)
downloadyuzu-85116643b21694daefcb86adec25af10fb89622e.tar
yuzu-85116643b21694daefcb86adec25af10fb89622e.tar.gz
yuzu-85116643b21694daefcb86adec25af10fb89622e.tar.bz2
yuzu-85116643b21694daefcb86adec25af10fb89622e.tar.lz
yuzu-85116643b21694daefcb86adec25af10fb89622e.tar.xz
yuzu-85116643b21694daefcb86adec25af10fb89622e.tar.zst
yuzu-85116643b21694daefcb86adec25af10fb89622e.zip
Diffstat (limited to 'src/core/hle/service/ir/ir_user.cpp')
-rw-r--r--src/core/hle/service/ir/ir_user.cpp2
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();
}