mirror of
https://github.com/wiiu-env/WiiUPluginSystem.git
synced 2024-11-04 18:05:08 +01:00
Updated the READMEs of the plugins
This commit is contained in:
parent
8c3a28d444
commit
749ce215cf
12
plugins/example_plugin/README.md
Normal file
12
plugins/example_plugin/README.md
Normal file
@ -0,0 +1,12 @@
|
||||
# Example plugin
|
||||
|
||||
This is just a simple example plugin which can be used as a template.
|
||||
|
||||
## Building
|
||||
|
||||
For building you need:
|
||||
- [wups](https://github.com/Maschell/WiiUPluginSystem)
|
||||
- [dynamic_libs](https://github.com/Maschell/dynamic_libs/tree/lib) for access to the functions.
|
||||
- [libutils](https://github.com/Maschell/libutils) for common functions.
|
||||
|
||||
Install them (in this order) according to their README's. Don't forget the dependencies of the libs itself.
|
@ -16,6 +16,7 @@ Whats NOT working:
|
||||
## Building
|
||||
|
||||
For building you need:
|
||||
- [wups](https://github.com/Maschell/WiiUPluginSystem)
|
||||
- [dynamic_libs](https://github.com/Maschell/dynamic_libs/tree/lib) for access to the functions.
|
||||
- [libutils](https://github.com/Maschell/libutils) for common functions.
|
||||
- [controller_patcher](https://github.com/Maschell/controller_patcher) to emulate the controllers.
|
||||
|
@ -3,6 +3,7 @@
|
||||
## Building
|
||||
|
||||
For building you need:
|
||||
- [wups](https://github.com/Maschell/WiiUPluginSystem)
|
||||
- [dynamic_libs](https://github.com/Maschell/dynamic_libs/tree/lib) for access to the functions.
|
||||
- [libutils](https://github.com/Maschell/libutils) for common functions.
|
||||
|
||||
|
@ -14,6 +14,7 @@ Whats NOT working:
|
||||
## Building
|
||||
|
||||
For building you need:
|
||||
- [wups](https://github.com/Maschell/WiiUPluginSystem)
|
||||
- [dynamic_libs](https://github.com/Maschell/dynamic_libs/tree/lib) for access to the functions.
|
||||
- [libutils](https://github.com/Maschell/libutils) for common functions.
|
||||
- [libfswrapper](https://github.com/Maschell/fs_wrapper) to replace the fs functions.
|
||||
|
@ -12,6 +12,7 @@ Press the TV button (or your button combo) on the Gamepad to swap the screens. T
|
||||
## Building
|
||||
|
||||
For building you need:
|
||||
- [wups](https://github.com/Maschell/WiiUPluginSystem)
|
||||
- [dynamic_libs](https://github.com/Maschell/dynamic_libs/tree/lib) for access to the functions.
|
||||
- [libutils](https://github.com/Maschell/libutils) for common functions.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user