mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-26 22:38:34 +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
|
@ -693,7 +693,7 @@ private:
|
|||
negative = new AndroidAxis(source, axis, true);
|
||||
|
||||
if (positive && negative)
|
||||
AddAnalogInputs(positive, negative);
|
||||
AddFullAnalogSurfaceInputs(positive, negative);
|
||||
else if (positive || negative)
|
||||
AddInput(positive ? positive : negative);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue