[General] Updated the readmes

This commit is contained in:
Maschell 2018-02-14 23:42:06 +01:00
parent 46358ce67a
commit 401c742362
3 changed files with 10 additions and 7 deletions

View File

@ -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.

View File

@ -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

View File

@ -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