Fix the plugin name, added a description

This commit is contained in:
Maschell 2018-07-03 20:59:14 +02:00
parent 99ae921e8b
commit 144a27022d
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@
#include "MJPEGStreamServer.hpp"
// Mandatory plugin information.
WUPS_PLUGIN_NAME("Gamepad streaming tool. Open http://<ip of your wii u>:8000 on a browser in the same network.");
WUPS_PLUGIN_DESCRIPTION("");
WUPS_PLUGIN_NAME("Gamepad streaming tool.");
WUPS_PLUGIN_DESCRIPTION("Streams the screen via HTTP to a browser. Open http://<ip of your wii u>:8000 on a browser in the same network.");
WUPS_PLUGIN_VERSION("v0.1");
WUPS_PLUGIN_AUTHOR("Maschell");
WUPS_PLUGIN_LICENSE("GPL");