diff --git a/.gitignore b/.gitignore index 12e788a..4207936 100644 --- a/.gitignore +++ b/.gitignore @@ -47,4 +47,7 @@ Temporary Items .apdisk /build/* -hidtopad.cbp \ No newline at end of file +hidtopad.cbp +wiiu/* +hidtovpad.elf +hidtovpad_dbg.elf \ No newline at end of file diff --git a/meta/meta.xml b/meta/meta.xml index 44cd1a2..3e14e40 100644 --- a/meta/meta.xml +++ b/meta/meta.xml @@ -2,8 +2,8 @@ HID to VPAD Maschell - 0.9f - 20170330200000 + 0.9g + 20170331164900 USB HID to gamepad input Emulate input using various USB HID devices. \ No newline at end of file diff --git a/src/controller_patcher b/src/controller_patcher index 1c3935d..e3af97b 160000 --- a/src/controller_patcher +++ b/src/controller_patcher @@ -1 +1 @@ -Subproject commit 1c3935dd93ee66892122c5a7d454963c51f43d92 +Subproject commit e3af97b932405ce6861591e5d6af630bc8a501aa diff --git a/src/main.cpp b/src/main.cpp index 46359a9..e244163 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -129,7 +129,7 @@ int isInMiiMakerHBL(){ if (OSGetTitleID != 0 && ( OSGetTitleID() == 0x000500101004A200 || // mii maker eur OSGetTitleID() == 0x000500101004A100 || // mii maker usa - OSGetTitleID() == 0x000500101004A100 ||// mii maker jpn + OSGetTitleID() == 0x000500101004A000 ||// mii maker jpn OSGetTitleID() == 0x0005000013374842)) { return 1; diff --git a/src/version.h b/src/version.h index 312c531..26e011b 100644 --- a/src/version.h +++ b/src/version.h @@ -1,5 +1,5 @@ #define MAJOR_VERION "0" #define MINOR_VERSION "9" -#define EXTRA_VERSION "f" +#define EXTRA_VERSION "g" #define APP_VERION "v" MAJOR_VERION "." MINOR_VERSION EXTRA_VERSION