menu fixes

This commit is contained in:
Fire-Head 2020-06-29 10:29:02 +03:00
parent 0cd2ac7e5e
commit 63fdcf7e64
7 changed files with 73 additions and 60 deletions

View file

@ -1,5 +1,6 @@
#include "common.h"
#include "Frontend.h"
#ifdef PC_MENU
// If you want to add new options, please don't do that here and see CustomFrontendOptionsPopulate in re3.cpp.
@ -445,4 +446,6 @@ CMenuScreen aScreens[] = {
MENUACTION_CHANGEMENU, "FEDS_TB", SAVESLOT_NONE, MENUPAGE_NONE,
},
#endif
};
};
#endif