diff options
| author | Jordan Woyak <jordan.woyak@gmail.com> | 2025-06-15 15:45:04 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-15 15:45:04 -0500 |
| commit | 28a6eb26cc2c98726c59f254e8962eb1209f5578 (patch) | |
| tree | a60a3e16e01077cfdaf80c55a41c530b1884d663 /Source/Core/InputCommon/ControllerInterface/CoreDevice.cpp | |
| parent | 3a94289ad6e27011fe0ca3ab0fb0fee771fb9fa8 (diff) | |
| parent | 83beebaf8b074f1c7161134065f19baea08f78a6 (diff) | |
Merge pull request #13703 from jordan-woyak/map-and-calibrate
DolphinQt/InputCommon: Make the "Calibrate" button also map inputs.
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface/CoreDevice.cpp')
| -rw-r--r-- | Source/Core/InputCommon/ControllerInterface/CoreDevice.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<std::string>& device_strings) + std::span<const std::string> device_strings) { m_start_time = Clock::now(); |
