https://bugs.winehq.org/show_bug.cgi?id=41428
--- Comment #10 from Bruno Jesus 00cpxxx@gmail.com --- (In reply to fjfrackiewicz from comment #9)
Would this proposed patch be of any help http://source.winehq.org/patches/data/126649 ?
Not really as the problem is in a different level (the buitin DLL is not loaded because a native one exists). I missed that patch in the list but has a few different problems, the main problem is it would make Wine have triplicated source code to read joystick data from the OS (currently the code is duplicated in winejoystick.drv and dinput). Wine is walking towards removing this code duplication by using a single driver that other dlls (winejoystick.drv, dinput and xinput) will be able to share.