mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-03 06:39:33 +00:00
InputCommon: Rename AddAnalogInputs to AddFullAnalogSurfaceInputs.
This commit is contained in:
parent
53ede795a2
commit
2f1390e9f9
8 changed files with 26 additions and 17 deletions
|
@ -129,7 +129,7 @@ void PipeDevice::AddAxis(const std::string& name, double value)
|
|||
ax_lo->SetState(value);
|
||||
m_axes[name + " +"] = ax_hi;
|
||||
m_axes[name + " -"] = ax_lo;
|
||||
AddAnalogInputs(ax_lo, ax_hi);
|
||||
AddFullAnalogSurfaceInputs(ax_lo, ax_hi);
|
||||
}
|
||||
|
||||
void PipeDevice::SetAxis(const std::string& entry, double value)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue