Hey guys!
FINALLY. The release is here! I'm happy that its finally done.
Writing down all the readmes, wiki, thread etc. took longer than I thought, but now everything should be done.
Changelog.
Bugfixes:
- Fixes the still moving mouse in aim mode, when mouse is actually not moving
- Fixed a bug at initializing the config_controller_list;
- Fixed the support for almost all mouses that uses the normal HID mouse standard (boot mode).
- The emulated sticks are now supported correctly
- The stick now only produces valid values. Stick absusing not possible anymore
New features:
- Added support for config files that can be read from an SD Card.
- Added support for more keyboard buttons
- Added support for gamepad button remapping
- Made the double used buttons on the GC Pad configuable
- The keyboard can now emulate the sticks correctly
- Keyboard buttons for the sticks can be set
- The mouse buttons can now be configured
- The mouse can be configured to emulate the left stick
- Added support for one more DPAD mode (CONTRPDM_Absolute_2Values)
Other:
- Removed the support for the PS2 Adapter and Saitek P2600, but they can be added trough a config file.
- The engine now uses 16 hardcoded slots the devices can use.
- cleaned up the logging output
- Logging of the currently pressed buttons possible
The new version is now 0.9. You can download it here
https://github.com/Maschell/hid_to_vpad/releases/tag/0.9!
Grab configs from this repo:
https://github.com/Maschell/controller_patcher_configs (Feel free to make a pull request when you made a new file)
I also updated loadiine_gx2. It has the same compatibilty.
If you want to have HID support in YOUR homebrew application, take a look at the controller patcher repo:
https://github.com/Maschell/controller_patcher
To grab the data you need for creating the config files, I wrote a little tool. Similar to the wii hid_tester:
https://github.com/Maschell/hid_test
Please report any issues.