mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +02:00
neutrino.cpp, settings.h: for apollo, add brightness/contrast/saturation
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user