dinput: Remove redundant physical range values.

The physical range is not correct for the given usage.

Signed-off-by: Ivo Ivanov <logos128@gmail.com>
This commit is contained in:
Ivo Ivanov 2022-08-18 05:27:32 +03:00 committed by Alexandre Julliard
parent 29894e1c9a
commit 6b1b521193

View file

@ -1845,8 +1845,6 @@ static BOOL init_pid_caps( struct hid_joystick *impl, struct hid_value_caps *cap
if (instance->wCollectionNumber == effect_update->axes_coll)
{
SET_REPORT_ID( effect_update );
caps->physical_min = 0;
caps->physical_max = 36000;
if (effect_update->axis_count >= 6) FIXME( "more than 6 PID axes detected\n" );
else effect_update->axis_caps[effect_update->axis_count] = caps;
effect_update->axis_count++;