mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 08:09:26 +01:00
MappingCommon: Make use of std::erase_if
This commit is contained in:
parent
888a8692b4
commit
196f8e5123
@ -144,8 +144,7 @@ void RemoveSpuriousTriggerCombinations(
|
|||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
detections->erase(std::remove_if(detections->begin(), detections->end(), is_spurious),
|
std::erase_if(*detections, is_spurious);
|
||||||
detections->end());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace ciface::MappingCommon
|
} // namespace ciface::MappingCommon
|
||||||
|
Loading…
x
Reference in New Issue
Block a user