Skip to content

Commit

Permalink
Fix undesirable deadzone when using analog Joysticks on Windows (#1538).
Browse files Browse the repository at this point in the history
  • Loading branch information
geecab authored and SiegeLord committed May 17, 2024
1 parent b50cf3e commit 614d4db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/win/wjoydxnu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -850,7 +850,7 @@ static BOOL CALLBACK joystick_enum_callback(LPCDIDEVICEINSTANCE lpddi, LPVOID pv
},

/* the data */
2000, // dwData
0, // dwData
};

DIPROPDWORD property_buffersize =
Expand Down

0 comments on commit 614d4db

Please sign in to comment.