summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/hid.h
diff options
context:
space:
mode:
authorwwylele <wwylele@gmail.com>2017-01-20 21:46:39 +0100
committerwwylele <wwylele@gmail.com>2017-03-01 22:30:57 +0100
commit1d1329af23221be31c244889609415e0fb0b2641 (patch)
tree4206317bc0e2078b1a1d4eef808e2bd475c47512 /src/core/hle/service/hid/hid.h
parentInput: add device and factory template (diff)
downloadyuzu-1d1329af23221be31c244889609415e0fb0b2641.tar
yuzu-1d1329af23221be31c244889609415e0fb0b2641.tar.gz
yuzu-1d1329af23221be31c244889609415e0fb0b2641.tar.bz2
yuzu-1d1329af23221be31c244889609415e0fb0b2641.tar.lz
yuzu-1d1329af23221be31c244889609415e0fb0b2641.tar.xz
yuzu-1d1329af23221be31c244889609415e0fb0b2641.tar.zst
yuzu-1d1329af23221be31c244889609415e0fb0b2641.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/hid/hid.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/hle/service/hid/hid.h b/src/core/hle/service/hid/hid.h
index c7f4ee138..b828abe4b 100644
--- a/src/core/hle/service/hid/hid.h
+++ b/src/core/hle/service/hid/hid.h
@@ -297,5 +297,8 @@ void Init();
/// Shutdown HID service
void Shutdown();
+
+/// Reload input devices. Used when input configuration changed
+void ReloadInputDevices();
}
}