Merge branch 'check/next-cc'

Only compile-tested.
This commit is contained in:
Stefan Seyfried
2013-11-30 20:17:31 +01:00
83 changed files with 913 additions and 652 deletions

View File

@@ -43,6 +43,7 @@
#include <hardware_caps.h>
#include <string>
#include <list>
#ifdef BOXMODEL_APOLLO
#define VIDEOMENU_VIDEOMODE_OPTION_COUNT 14
@@ -152,6 +153,10 @@ struct SNeutrinoSettings
std::string epg_dir;
int epg_scan;
int epg_search_history_size;
int epg_search_history_max;
std::list<std::string> epg_search_history;
//network
std::string network_ntpserver;
std::string network_ntprefresh;
@@ -538,6 +543,8 @@ struct SNeutrinoSettings
FONT_TYPE_COUNT
};
int infoClockFontSize;
// lcdd
enum LCD_SETTINGS {
LCD_BRIGHTNESS = 0,