Support for integer vertical scale.

This commit is contained in:
sorgelig
2018-10-16 15:00:28 +08:00
parent b23bdbb8f3
commit 8ce862de1e
4 changed files with 16 additions and 1 deletions

View File

@@ -40,6 +40,7 @@ const ini_var_t ini_vars[] = {
{ "MOUSE_THROTTLE", (void*)(&(cfg.mouse_throttle)), UINT8, 1, 100, 1 },
{ "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 },
};
// mist ini config