usermenu: allow testmenu in usermenu

Origin commit data
------------------
Branch: ni/coolstream
Commit: 7fcf19b967
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-12-12 (Mon, 12 Dec 2016)

Origin message was:
------------------
- usermenu: allow testmenu in usermenu

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2016-12-12 20:35:29 +01:00
parent fc5ac2e94e
commit f673e1c62b
8 changed files with 14 additions and 3 deletions

View File

@@ -875,7 +875,7 @@ struct SNeutrinoSettings
ITEM_FILEPLAY = 26,
ITEM_TOOLS = 27,
ITEM_LUA = 28,
ITEM_TUNER_RESTART = 29, //NI
ITEM_TUNER_RESTART = 29, //NI
ITEM_HDDMENU = 30,
ITEM_AUDIOPLAY = 31,
@@ -885,6 +885,7 @@ struct SNeutrinoSettings
ITEM_LIVESTREAM_RESOLUTION = 35,
ITEM_ADZAP = 36,
ITEM_TESTMENU = 37, //NI
ITEM_MAX // MUST be always the last in the list
} USER_ITEM;