mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-17 12:58:55 +02:00
InputCommon: Make InputDetector::Start take a span instead of a vector.
This commit is contained in:
@ -391,7 +391,7 @@ InputDetector::InputDetector() : m_start_time{}, m_state{}
|
||||
}
|
||||
|
||||
void InputDetector::Start(const DeviceContainer& container,
|
||||
const std::vector<std::string>& device_strings)
|
||||
std::span<const std::string> device_strings)
|
||||
|
||||
{
|
||||
m_start_time = Clock::now();
|
||||
|
Reference in New Issue
Block a user