Removed special mouse acceleration for Android
Sensitivity was way too high if using a real mouse
This commit is contained in:
parent
50defa1f23
commit
1b782f2ebc
1 changed files with 0 additions and 4 deletions
|
@ -6961,11 +6961,7 @@ void inputdevice_default_prefs (struct uae_prefs *p)
|
|||
inputdevice_init ();
|
||||
|
||||
p->input_selected_setting = GAMEPORT_INPUT_SETTINGS;
|
||||
#if defined(ANDROID)
|
||||
p->input_joymouse_multiplier = 20;
|
||||
#else
|
||||
p->input_joymouse_multiplier = 2;
|
||||
#endif
|
||||
p->input_joymouse_deadzone = 33;
|
||||
p->input_joystick_deadzone = 33;
|
||||
p->input_joymouse_speed = 10;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue