nyx: Add Home Screen selection

You can now choose between Main menu and Launch/More Cfg as home screens.
This commit is contained in:
CTCaer
2020-04-30 14:49:28 +03:00
parent ab304c9178
commit 6d75f96ed5
4 changed files with 83 additions and 13 deletions

View File

@@ -45,6 +45,7 @@ typedef struct _hekate_config
typedef struct _nyx_config
{
u32 themecolor;
u32 home_screen;
u32 verification;
} nyx_config;