mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-30 16:01:09 -04:00
DolphinQt: Clean up mapping indicator code and draw lines on "pixel centers".
This commit is contained in:
@@ -74,4 +74,9 @@ ControlState MixedTriggers::GetThreshold() const
|
||||
return m_threshold_setting.GetValue() / 100;
|
||||
}
|
||||
|
||||
size_t MixedTriggers::GetTriggerCount() const
|
||||
{
|
||||
return controls.size() / 2;
|
||||
}
|
||||
|
||||
} // namespace ControllerEmu
|
||||
|
||||
Reference in New Issue
Block a user