From cb604d5412f0eb87d030d75f5ca44370fdfa26f6 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 17 Sep 2016 21:01:59 +0200 Subject: command: add an apply-profile command This will actually update all associated options (which is trivial now with the recent changes). --- input/cmd_list.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'input/cmd_list.c') diff --git a/input/cmd_list.c b/input/cmd_list.c index bc3c622075..f6db9cbba8 100644 --- a/input/cmd_list.c +++ b/input/cmd_list.c @@ -224,6 +224,8 @@ const struct mp_cmd_def mp_cmds[] = { {"reselect", 1})), }}, + { MP_CMD_APPLY_PROFILE, "apply-profile", {ARG_STRING } }, + {0} }; -- cgit v1.2.3