Skip to content

Commit d4b175b

Browse files
authored
Logo (Builtin): Change WiiLinuxNgx to more generic name (#1633)
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.
1 parent 8905962 commit d4b175b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
File renamed without changes.

src/logo/builtin.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4995,10 +4995,10 @@ static const FFlogo V[] = {
49954995
};
49964996

49974997
static const FFlogo W[] = {
4998-
// WiiLinuxNgx
4998+
// WiiLinux
49994999
{
5000-
.names = {"WiiLinuxNgx"},
5001-
.lines = FASTFETCH_DATATEXT_LOGO_WII_LINUX_NGX,
5000+
.names = {"WiiLinuxNgx", "WiiLinux", "Wii-Linux", "Wii Linux"},
5001+
.lines = FASTFETCH_DATATEXT_LOGO_WII_LINUX,
50025002
.colors = {
50035003
FF_COLOR_FG_CYAN,
50045004
FF_COLOR_FG_WHITE,

0 commit comments

Comments
 (0)