diff --git a/README.md b/README.md index 294371f..37a3191 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ [Current Stable Release](https://github.com/Maschell/hid_to_vpad/releases/latest) | [Nightly builds](https://github.com/Maschell/hid_to_vpad/releases) | [Issue Tracker](https://github.com/Maschell/hid_to_vpad/issues) | [Support Thread](https://gbatemp.net/threads/hid-to-vpad.424127/) -# HID to VPAD [![Build Status](https://api.travis-ci.org/Maschell/hid_to_vpad.svg?branch=master)](https://circleci.com/gh/Maschell/hid_to_vpad) +# HID to VPAD [![Build Status](https://api.travis-ci.org/Maschell/hid_to_vpad.svg?branch=master)](https://travis-ci.org/Maschell/hid_to_vpad) This is a little tool that let you use a hid device on the WiiU.
@@ -45,7 +45,7 @@ Do you have an other question? First take a look at: If you don't find an anwser, please open an issue. # Building -In order to build this application, you need the custom liboGC and portlibs modified/created by dimok. You can find them on the loadiine_gx2 repo (https://github.com/dimok789/loadiine_gx2/releases/tag/v0.2). Simply put the files in your devkit folder and run the Makefile of HID to VPAD. +In order to build this application, you need the custom liboGC and portlibs modified/created by dimok. You can find them in the "other" folder. Simply put the files in your devkit folder and run the Makefile of HID to VPAD. # Credits - A big thanks goes out to dimok for creating the HBL, the dynamic libs and every stuff he made. The "environment" of this app is copied from ddd, turned out to be a "hello world" with useful extra stuff. diff --git a/data/images/checkbox.png b/data/images/checkbox.png new file mode 100644 index 0000000..386e1ea Binary files /dev/null and b/data/images/checkbox.png differ diff --git a/data/images/checkbox_highlighted.png b/data/images/checkbox_highlighted.png new file mode 100644 index 0000000..33c61e7 Binary files /dev/null and b/data/images/checkbox_highlighted.png differ diff --git a/data/images/checkbox_selected.png b/data/images/checkbox_selected.png new file mode 100644 index 0000000..7ffb515 Binary files /dev/null and b/data/images/checkbox_selected.png differ diff --git a/data/images/gameSettingsButton.png b/data/images/gameSettingsButton.png new file mode 100644 index 0000000..28f59b7 Binary files /dev/null and b/data/images/gameSettingsButton.png differ diff --git a/data/images/gameSettingsButtonEx.png b/data/images/gameSettingsButtonEx.png new file mode 100644 index 0000000..c88b255 Binary files /dev/null and b/data/images/gameSettingsButtonEx.png differ diff --git a/data/images/gameSettingsButtonExHighlighted.png b/data/images/gameSettingsButtonExHighlighted.png new file mode 100644 index 0000000..e716e40 Binary files /dev/null and b/data/images/gameSettingsButtonExHighlighted.png differ diff --git a/data/images/gameSettingsButtonExSelected.png b/data/images/gameSettingsButtonExSelected.png new file mode 100644 index 0000000..abe6ce8 Binary files /dev/null and b/data/images/gameSettingsButtonExSelected.png differ diff --git a/data/images/gameSettingsButtonSelected.png b/data/images/gameSettingsButtonSelected.png new file mode 100644 index 0000000..2c0fda7 Binary files /dev/null and b/data/images/gameSettingsButtonSelected.png differ diff --git a/data/images/switchIconBase.png b/data/images/switchIconBase.png new file mode 100644 index 0000000..dc49798 Binary files /dev/null and b/data/images/switchIconBase.png differ diff --git a/data/images/switchIconBaseHighlighted.png b/data/images/switchIconBaseHighlighted.png new file mode 100644 index 0000000..d22fccd Binary files /dev/null and b/data/images/switchIconBaseHighlighted.png differ diff --git a/data/images/switchIconOff.png b/data/images/switchIconOff.png new file mode 100644 index 0000000..0c14a52 Binary files /dev/null and b/data/images/switchIconOff.png differ diff --git a/data/images/switchIconOn.png b/data/images/switchIconOn.png new file mode 100644 index 0000000..9cce440 Binary files /dev/null and b/data/images/switchIconOn.png differ diff --git a/data/sounds/settings_click_2.mp3 b/data/sounds/settings_click_2.mp3 new file mode 100644 index 0000000..92f1e74 Binary files /dev/null and b/data/sounds/settings_click_2.mp3 differ