summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ir/ir_user.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/ir/ir_user.h')
-rw-r--r--src/core/hle/service/ir/ir_user.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/ir/ir_user.h b/src/core/hle/service/ir/ir_user.h
index 2401346e8..930650406 100644
--- a/src/core/hle/service/ir/ir_user.h
+++ b/src/core/hle/service/ir/ir_user.h
@@ -52,7 +52,7 @@ void InitUser();
void ShutdownUser();
/// Reload input devices. Used when input configuration changed
-void ReloadInputDevices();
+void ReloadInputDevicesUser();
} // namespace IR
} // namespace Service