summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ir/ir_rst.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/ir/ir_rst.h')
-rw-r--r--src/core/hle/service/ir/ir_rst.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/hle/service/ir/ir_rst.h b/src/core/hle/service/ir/ir_rst.h
index 75b732627..d932bb7e5 100644
--- a/src/core/hle/service/ir/ir_rst.h
+++ b/src/core/hle/service/ir/ir_rst.h
@@ -21,5 +21,8 @@ public:
void InitRST();
void ShutdownRST();
+/// Reload input devices. Used when input configuration changed
+void ReloadInputDevicesRST();
+
} // namespace IR
} // namespace Service