From c702ac015fc53f22d14b09a694aaa2dc0b097041 Mon Sep 17 00:00:00 2001 From: Maschell Date: Thu, 4 Aug 2016 20:38:11 +0200 Subject: [PATCH] Using the newest controller patcher fixes bugs with inverted sticks --- meta/meta.xml | 4 ++-- src/controller_patcher | 2 +- src/version.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/meta.xml b/meta/meta.xml index 05a274b..aaf5a1f 100644 --- a/meta/meta.xml +++ b/meta/meta.xml @@ -2,8 +2,8 @@ HID to VPAD Maschell - 0.9 - 20160803224500 + 0.9b + 20160804203300 USB HID to gamepad input Emulate Wii U gamepad input using various USB HID devices. \ No newline at end of file diff --git a/src/controller_patcher b/src/controller_patcher index e67dc21..4c49601 160000 --- a/src/controller_patcher +++ b/src/controller_patcher @@ -1 +1 @@ -Subproject commit e67dc213b59d242e9407d6ac16dc68bde83c34c7 +Subproject commit 4c496011da4937e9b518961f374d7f0693874bf1 diff --git a/src/version.h b/src/version.h index 1d16be3..18c5899 100644 --- a/src/version.h +++ b/src/version.h @@ -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