Option vscale_border for TVs cutting the edges.

This commit is contained in:
sorgelig
2018-12-07 02:51:31 +08:00
parent a8c61de576
commit 573ee8fc6d
4 changed files with 13 additions and 1 deletions

View File

@@ -41,6 +41,7 @@ const ini_var_t ini_vars[] = {
{ "BOOTSCREEN", (void*)(&(cfg.bootscreen)), UINT8, 0, 1, 1 },
{ "VOLUMECTL", (void*)(&(cfg.volumectl)), UINT8, 0, 1, 1 },
{ "VSCALE_INTEGER", (void*)(&(cfg.vscale_integer)), UINT8, 0, 1, 1 },
{ "VSCALE_BORDER", (void*)(&(cfg.vscale_border)), UINT8, 0, 100, 1 },
};
// mist ini config