Releases: briankendall/xboxToVJoy
Releases · briankendall/xboxToVJoy
v1.0.2
- Updated to use and now requires vJoy 2.1.6.
- Will work with older versions of XInput than 1.4 — Windows 7 fix.
- Fixed crash when the XInput dll is not found. Will now instead display an error dialog and quit cleanly.
- Checks to make sure the installed version of vJoy matches the DLL being used by the app.
v1.0.1
- When not in use, resets all vJoy devices so that their axes are on the middle-most position rather than the 0 value, as most DirectInput apps see the 0 value as being the most negative position an axis can be. (Fixes controller support for Plex / Kodi and numerous emulators including ePSXe)
- Left and right triggers are now mapped to the Z and RZ axes instead of U and V. Consequently all vJoy devices must now include the Z and RZ axes. (Fixes trigger detection in RetroArch)
- Added option for enabling and disabling the app. Can be invoked either from the system tray or by using the --enable or --disable command line switches.
- Increased polling interval to 4 ms / 250 times per second to help reduce input lag
v1.0.0
Initial release... everything seems to be working