mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-21 17:59:50 +00:00
InputCommon: Use Clock from CommonTypes.
This commit is contained in:
parent
65726b7b5f
commit
e217d6c939
4 changed files with 3 additions and 8 deletions
|
@ -170,7 +170,7 @@ public:
|
|||
// Ignore the mouse-click that queued this new detection and finalize the current mapping.
|
||||
auto results = m_input_detector->TakeResults();
|
||||
ciface::MappingCommon::RemoveDetectionsAfterTimePoint(
|
||||
&results, ciface::Core::DeviceContainer::Clock::now() - INPUT_DETECT_ENDING_IGNORE_TIME);
|
||||
&results, Clock::now() - INPUT_DETECT_ENDING_IGNORE_TIME);
|
||||
FinalizeMapping(&results);
|
||||
}
|
||||
UpdateInputDetectionStartTimer();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue