Skip to content

Commit

Permalink
update codeset and add new logo
Browse files Browse the repository at this point in the history
  • Loading branch information
JLaferri committed Feb 27, 2019
1 parent 0de54e7 commit 1140c52
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common/include/NintendontVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define __NINTENDONT_VERSION_H__

#define NIN_MAJOR_VERSION 1
#define NIN_MINOR_VERSION 3
#define NIN_MINOR_VERSION 4

#define NIN_VERSION ((NIN_MAJOR_VERSION << 16) | NIN_MINOR_VERSION)

Expand Down
Binary file modified kernel/gecko/g_core.bin
Binary file not shown.
Binary file modified kernel/gecko/g_pal.bin
Binary file not shown.
Binary file modified kernel/gecko/g_qol.bin
Binary file not shown.
Binary file modified loader/data/background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified loader/loader.dol
Binary file not shown.
3 changes: 2 additions & 1 deletion loader/source/menu.c
Original file line number Diff line number Diff line change
Expand Up @@ -1089,9 +1089,10 @@ static const char *const *GetSettingsDescription(const MenuCtx *ctx)
"Quality of life changes.",
"• Salty Runback (Hold A+B)",
"• Skip Results Screen",
"• KO Star indicates winner",
"• Gold indicates last winner",
"• CSS Cursor Position fix",
"• Hide tag when invisible",
"• Disable FoD for doubles",
NULL
};
return desc_melee_qol;
Expand Down
Binary file modified nintendont/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1140c52

Please sign in to comment.