merged from nx-hbmenu master

This commit is contained in:
NightlyFox 2018-09-29 06:35:59 -05:00
commit bf01ed1d39

View File

@ -209,8 +209,15 @@ int themeMenuScan(const char* target) {
menuEntry_s* me = menuCreateEntry(ENTRY_TYPE_THEME);
if(me) {
<<<<<<< HEAD
if(menuEntryLoad(me, "Default Theme", false));//Create Default theme Menu Entry
menuAddEntryToFront(me);
=======
if(menuEntryLoad(me, "Default Theme", false))//Create Default theme Menu Entry
menuAddEntryToFront(me);
else
menuDeleteEntry(me);
>>>>>>> 5b35642de73c65ee63ae904288f1cbaea6a8e884
}
// Swap the menu and clear the previous menu
s_curMenu = !s_curMenu;