mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-13 00:58:29 +02:00
InputCommon: Rename AddAnalogInputs to AddFullAnalogSurfaceInputs.
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user