summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/GCAdapter.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Core/InputCommon/GCAdapter.h')
-rw-r--r--Source/Core/InputCommon/GCAdapter.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/Core/InputCommon/GCAdapter.h b/Source/Core/InputCommon/GCAdapter.h
index e6f62e035b..50e24ae940 100644
--- a/Source/Core/InputCommon/GCAdapter.h
+++ b/Source/Core/InputCommon/GCAdapter.h
@@ -28,4 +28,7 @@ bool DeviceConnected(int chan);
void ResetDeviceType(int chan);
bool UseAdapter();
+// Callable from any thread. Returns 0 when the adapter is not detected.
+double GetCurrentPollRate();
+
} // namespace GCAdapter