mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-13 00:58:29 +02:00
ControllerEmu: code cleanup.
This commit is contained in:
@ -26,7 +26,7 @@ MixedTriggers::MixedTriggers(const std::string& name_)
|
||||
}
|
||||
|
||||
void MixedTriggers::GetState(u16* const digital, const u16* bitmasks, ControlState* analog,
|
||||
bool adjusted)
|
||||
bool adjusted) const
|
||||
{
|
||||
const ControlState threshold = numeric_settings[SETTING_THRESHOLD]->GetValue();
|
||||
ControlState deadzone = numeric_settings[SETTING_DEADZONE]->GetValue();
|
||||
|
Reference in New Issue
Block a user