matlo / GIMX

The GIMX software.
GNU General Public License v3.0
586 stars 105 forks source link

Adjust dead zone ranges to controller type #415

Open matlo opened 7 years ago

matlo commented 7 years ago

The dead zone range in the editors matches an 8bit axis. It is scaled internally according to the axis resolution of the emulated controller type.

The dead zone range in the editors should be adjusted according to the axis resolution of the emulated controller. For example the Xbox 360/One have 16bit axes for sticks.

matlo commented 7 years ago

A configuration format version has to be introduced so that old configurations can be correctly handled.

matlo commented 5 years ago

Requires #561.