mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
merge
This commit is contained in:
parent
b3630a69b3
commit
76c08d3a22
119 changed files with 47784 additions and 40258 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