summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ir/ir.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/ir/ir.h')
-rw-r--r--src/core/hle/service/ir/ir.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/hle/service/ir/ir.h b/src/core/hle/service/ir/ir.h
index c741498e2..6be3e950c 100644
--- a/src/core/hle/service/ir/ir.h
+++ b/src/core/hle/service/ir/ir.h
@@ -16,5 +16,8 @@ void Init();
/// Shutdown IR service
void Shutdown();
+/// Reload input devices. Used when input configuration changed
+void ReloadInputDevices();
+
} // namespace IR
} // namespace Service