From 401c7423624ee20fc1b627033b5d5ddf36748cd7 Mon Sep 17 00:00:00 2001 From: Maschell Date: Wed, 14 Feb 2018 23:42:06 +0100 Subject: [PATCH] [General] Updated the readmes --- README.MD | 8 ++++++-- plugins/hid_to_vpad/README.md | 4 ++-- plugins/sdcafiine/README.md | 5 ++--- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/README.MD b/README.MD index 20cfe4a..5bc4826 100644 --- a/README.MD +++ b/README.MD @@ -1,3 +1,4 @@ +[Nightly builds](https://github.com/Maschell/WiiUPluginSystem/releases) | [Issue Tracker](https://github.com/Maschell/WiiUPluginSystem/issues) | [Discussion](https://gbatemp.net/threads/wii-u-plugin-system.496659/). # Plugin system for the Wii U. (WIP) [![Build Status](https://api.travis-ci.org/Maschell/WiiUPluginSystem.svg?branch=master)](https://travis-ci.org/Maschell/WiiUPluginSystem) I decided to make this entirely public, so everbody can contribute. @@ -110,7 +111,10 @@ This is just an short overview. Look at the issued for detailed information. # How to build -For building you need: +For building the loader you need: +- [libiosuhax](https://github.com/dimok789/libiosuhax) (Build WITHOUT the WUT flag set.) +- [libfat](https://github.com/aliaspider/libfat/) +- [libntfs](https://github.com/Maschell/libntfs-wiiu) (Build with make wiiu-install) - [dynamic_libs](https://github.com/Maschell/dynamic_libs/tree/lib) for access to the functions. - [libutils](https://github.com/Maschell/libutils) for common functions. @@ -119,7 +123,7 @@ Also install this plugin system with. make ``` -then you can build the example_plugin. +The individual plugins can be found in the "plugins" folder. They might have more dependencies, checkout their readmes. # Logging For logging you need to start the UdpDebugReader. This has been created by @dimok789 and can be found in the tools folder. diff --git a/plugins/hid_to_vpad/README.md b/plugins/hid_to_vpad/README.md index 7a844bb..4985f7a 100644 --- a/plugins/hid_to_vpad/README.md +++ b/plugins/hid_to_vpad/README.md @@ -6,11 +6,11 @@ See https://github.com/Maschell/hid_to_vpad for more information. - Support for Controller with built in support. - Network Client support -- Alle attached devices are mapped automatically to the Gamepad +- All attached devices are mapped automatically to the Gamepad +- Loading configuration files (to extend controller support or change configs) Whats NOT working: -- Loading configuration files (to extend controller support or change configs) - Mapping the controllers individually (No GUI for this) ## Building diff --git a/plugins/sdcafiine/README.md b/plugins/sdcafiine/README.md index ba62fd3..2ea8c76 100644 --- a/plugins/sdcafiine/README.md +++ b/plugins/sdcafiine/README.md @@ -5,12 +5,11 @@ See https://github.com/Maschell/SDCafiine for more information. # Currently supported - Modpack selector -- Loads mods on games with native SD Access (Smash 4) +- FAT32 support for SD and USB Whats NOT working: -- SD Access for all other games -- USB support (both FAT32 and NTFS) +- NTFS support ## Building