INI option to enable volume control.

This commit is contained in:
sorgelig
2018-06-21 04:53:58 +08:00
parent 0cab5a60dd
commit fa4422fc2e
4 changed files with 7 additions and 0 deletions

View File

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