input: option to support positional default map.

This commit is contained in:
sorgelig
2019-10-23 22:01:20 +08:00
parent e98b870421
commit e6250a6db4
5 changed files with 69 additions and 23 deletions

View File

@@ -57,6 +57,7 @@ const ini_var_t ini_vars[] = {
{ "OSD_TIMEOUT", (void*)(&(cfg.osd_timeout)), INT16, 5, 3600 },
{ "DIRECT_VIDEO", (void*)(&(cfg.direct_video)), UINT8, 0, 1 },
{ "OSD_ROTATE", (void*)(&(cfg.osd_rotate)), UINT8, 0, 2 },
{ "GAMEPAD_DEFAULTS", (void*)(&(cfg.gamepad_defaults)), UINT8, 0, 1 },
};
// mist ini config