Skip to content

Xidi v2.0.0

Compare
Choose a tag to compare
@samuelgr samuelgr released this 25 Jan 00:27
· 256 commits to master since this release

New features in this release:

  • Introducing the HookModule form of Xidi, which is intended to be used with Hookshot to enable Xidi to work with games that bypass direct loading of DirectInput DLLs and instead use COM. Games that do this are not common, but they exist. Tested with Legacy of Kain: Defiance (see #7).
  • New DigitalGamepad mapper type. All axes are digital, and the d-pad maps to the X and Y axes instead of the POV hat (fixes #5).

Version 2.0.0 is a significant revamp of the internals of Xidi. All of the code is far more straightforward, modular, and maintainable, and it is also much easier to create new mappers for those who are interested in doing so (addresses #4).