- rename screen_x/yres to font_scaling_x/y

This commit is contained in:
svenhoefer
2017-01-12 22:30:41 +01:00
committed by M. Liebmann
parent 0b7bb32813
commit aeec37af89
5 changed files with 28 additions and 14 deletions

View File

@@ -619,8 +619,6 @@ struct SNeutrinoSettings
int screen_preset;
int screen_width;
int screen_height;
int screen_xres;
int screen_yres;
//Software-update
int softupdate_mode;
@@ -778,9 +776,13 @@ struct SNeutrinoSettings
int zap_cycle;
int sms_channel;
int sms_movie;
std::string font_file;
std::string ttx_font_file;
int font_scaling_x;
int font_scaling_y;
int livestreamResolution;
std::string livestreamScriptPath;