neutrino.cpp, settings.h: for apollo, add brightness/contrast/saturation

This commit is contained in:
[CST] Focus
2013-02-12 13:08:33 +04:00
parent 46657a1c6b
commit 58c9c9f884
2 changed files with 15 additions and 0 deletions

View File

@@ -49,6 +49,11 @@ struct SNeutrinoSettings
int analog_mode1;
int analog_mode2;
int video_43mode;
#ifdef BOXMODEL_APOLLO
int brightness;
int contrast;
int saturation;
#endif
char current_volume;
int current_volume_step;
int channel_mode;