From cf955172f81df7d69193a9905daa7ec7fffec0a9 Mon Sep 17 00:00:00 2001 From: Maschell Date: Wed, 17 Jun 2020 22:20:59 +0200 Subject: [PATCH] Update the plugin name --- src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 2a3fe12..0744d50 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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");