Change default mouse config to no scaling
This commit is contained in:
parent
3713ded312
commit
83a346b7ce
1 changed files with 1 additions and 1 deletions
|
@ -344,7 +344,7 @@ void inputdevice_updateconfig (struct uae_prefs *prefs)
|
|||
|
||||
void inputdevice_default_prefs (struct uae_prefs *p)
|
||||
{
|
||||
p->input_joymouse_multiplier = 20;
|
||||
p->input_joymouse_multiplier = 2;
|
||||
p->input_autofire_framecnt = 8;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue