Replace vscale_integer with vscale_mode with extended functionality.

This commit is contained in:
sorgelig
2018-12-21 04:42:10 +08:00
parent bd6a1ad711
commit 1f4fe8a264
4 changed files with 31 additions and 21 deletions

View File

@@ -40,7 +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 },
{ "VSCALE_MODE", (void*)(&(cfg.vscale_mode)), UINT8, 0, 3, 1 },
{ "VSCALE_BORDER", (void*)(&(cfg.vscale_border)), UINT8, 0, 100, 1 },
};