malamar changes

This commit is contained in:
red binder 2026-08-08 02:08:37 +02:00
commit e421ac5a40
11 changed files with 47 additions and 93 deletions

View file

@ -19,7 +19,7 @@ WUMS_ROOT := $(DEVKITPRO)/wums
# DATA is a list of directories containing data files
# INCLUDES is a list of directories containing header files
#-------------------------------------------------------------------------------
TARGET := Inkay-spfn
TARGET := Malamar-spfn
BUILD := build
SOURCES := src src/utils ../common
DATA := data

View file

@ -32,10 +32,10 @@
Mandatory plugin information.
If not set correctly, the loader will refuse to use the plugin.
**/
WUPS_PLUGIN_NAME("Inkay(SPFN)");
WUPS_PLUGIN_NAME("Malamar (SPFN)");
WUPS_PLUGIN_DESCRIPTION("SPFN Network Patcher");
WUPS_PLUGIN_VERSION(INKAY_VERSION);
WUPS_PLUGIN_AUTHOR("Pretendo contributors and RusticMaple");
WUPS_PLUGIN_AUTHOR("redbinder0526, kittentm and Pretendo contributors");
WUPS_PLUGIN_LICENSE("GPLv3");
WUPS_USE_STORAGE("inkay");