Enable to choose between mouse and joystick with alt key

This commit is contained in:
Chips-fr 2015-05-24 20:51:25 +00:00
parent 42acd2a2e7
commit bc1578fbd8
2 changed files with 12 additions and 1 deletions

View file

@ -132,7 +132,11 @@ void target_default_options (struct uae_prefs *p, int type)
p->pandora_stylusOffset = 0;
p->pandora_customControls = 0;
#ifdef RASPBERRY
p->pandora_custom_dpad = 1;
#else
p->pandora_custom_dpad = 0;
#endif
p->pandora_custom_up = 0;
p->pandora_custom_down = 0;
p->pandora_custom_left = 0;