From 0780458069abacf9ca1b33c2f4c523f0a8d8bde9 Mon Sep 17 00:00:00 2001 From: Jordan Woyak Date: Sat, 7 Jun 2025 15:28:52 -0500 Subject: InputCommon: Make InputDetector::Start take a span instead of a vector. --- Source/Core/InputCommon/ControllerInterface/CoreDevice.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Core/InputCommon/ControllerInterface/CoreDevice.cpp') diff --git a/Source/Core/InputCommon/ControllerInterface/CoreDevice.cpp b/Source/Core/InputCommon/ControllerInterface/CoreDevice.cpp index 5a370cadc8..41ef16c330 100644 --- a/Source/Core/InputCommon/ControllerInterface/CoreDevice.cpp +++ b/Source/Core/InputCommon/ControllerInterface/CoreDevice.cpp @@ -391,7 +391,7 @@ InputDetector::InputDetector() : m_start_time{}, m_state{} } void InputDetector::Start(const DeviceContainer& container, - const std::vector& device_strings) + std::span device_strings) { m_start_time = Clock::now(); -- cgit v1.2.3