Update the plugin name

This commit is contained in:
Maschell 2020-06-17 22:20:59 +02:00
parent b972e9d3a4
commit cf955172f8

View File

@ -26,8 +26,8 @@ struct _ACPMetaData {
char bootlogo[28604];
} _ACPMetaData;
WUPS_PLUGIN_NAME("Homebrew SysLauncher");
WUPS_PLUGIN_DESCRIPTION("Allows the user to load homebrew from the System Menu");
WUPS_PLUGIN_NAME("Homebrew in Wii U menu");
WUPS_PLUGIN_DESCRIPTION("Allows the user to load homebrew from the Wii U menu");
WUPS_PLUGIN_VERSION("0.1");
WUPS_PLUGIN_AUTHOR("Maschell");
WUPS_PLUGIN_LICENSE("GPL");