From 7821f8499237c618aee2b28e9a7452346ab871b0 Mon Sep 17 00:00:00 2001 From: techflashYT Date: Fri, 21 Mar 2025 00:55:25 -0700 Subject: [PATCH] Logo (Builtin): Change WiiLinuxNgx to more generic name Wii-Linux-Ngx is no longer the most up to date version of Linux for the Wii. This change retains the original name for compatibility sake, and because Neagix's version does indeed still exist. It moves the ASCII art to a more generic file path, and introduces 2 new aliases for it: Wii-Linux, and WiiLinux. --- src/logo/ascii/{wii_linux_ngx.txt => wii_linux.txt} | 0 src/logo/builtin.c | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) rename src/logo/ascii/{wii_linux_ngx.txt => wii_linux.txt} (100%) diff --git a/src/logo/ascii/wii_linux_ngx.txt b/src/logo/ascii/wii_linux.txt similarity index 100% rename from src/logo/ascii/wii_linux_ngx.txt rename to src/logo/ascii/wii_linux.txt diff --git a/src/logo/builtin.c b/src/logo/builtin.c index 19dffec73e..d29180e998 100644 --- a/src/logo/builtin.c +++ b/src/logo/builtin.c @@ -4995,10 +4995,10 @@ static const FFlogo V[] = { }; static const FFlogo W[] = { - // WiiLinuxNgx + // WiiLinux { - .names = {"WiiLinuxNgx"}, - .lines = FASTFETCH_DATATEXT_LOGO_WII_LINUX_NGX, + .names = {"WiiLinuxNgx", "WiiLinux", "Wii-Linux", "Wii Linux"}, + .lines = FASTFETCH_DATATEXT_LOGO_WII_LINUX, .colors = { FF_COLOR_FG_CYAN, FF_COLOR_FG_WHITE,