Using the newest controller patcher

fixes bugs with inverted sticks
This commit is contained in:
Maschell 2016-08-04 20:38:11 +02:00
parent 83834ebd0d
commit c702ac015f
3 changed files with 4 additions and 4 deletions

View File

@ -2,8 +2,8 @@
<app version="1">
<name>HID to VPAD</name>
<coder>Maschell</coder>
<version>0.9</version>
<release_date>20160803224500</release_date>
<version>0.9b</version>
<release_date>20160804203300</release_date>
<short_description>USB HID to gamepad input</short_description>
<long_description>Emulate Wii U gamepad input using various USB HID devices. </long_description>
</app>

@ -1 +1 @@
Subproject commit e67dc213b59d242e9407d6ac16dc68bde83c34c7
Subproject commit 4c496011da4937e9b518961f374d7f0693874bf1

View File

@ -1,5 +1,5 @@
#define MAJOR_VERION "0"
#define MINOR_VERSION "9"
#define EXTRA_VERSION "a"
#define EXTRA_VERSION "b"
#define APP_VERION "v" MAJOR_VERION "." MINOR_VERSION EXTRA_VERSION