INI option to hide RBF datecode.

This commit is contained in:
sorgelig
2018-12-23 22:37:04 +08:00
parent 53ca769890
commit b6e1b127ca
5 changed files with 12 additions and 0 deletions

View File

@@ -42,6 +42,7 @@ const ini_var_t ini_vars[] = {
{ "VOLUMECTL", (void*)(&(cfg.volumectl)), UINT8, 0, 1, 1 },
{ "VSCALE_MODE", (void*)(&(cfg.vscale_mode)), UINT8, 0, 3, 1 },
{ "VSCALE_BORDER", (void*)(&(cfg.vscale_border)), UINT8, 0, 100, 1 },
{ "RBF_HIDE_DATECODE", (void*)(&(cfg.rbf_hide_datecode)), UINT8, 0, 1, 1 },
};
// mist ini config