Add VOLUME_UP, VOLUME_DOWN to command interface.

This commit is contained in:
Themaister 2012-11-03 20:12:10 +01:00
parent 610b54e3b2
commit 3e2863af4a

View File

@ -199,6 +199,8 @@ static const struct cmd_map map[] = {
{ "MUTE", RARCH_MUTE },
{ "NETPLAY_FLIP", RARCH_NETPLAY_FLIP },
{ "SLOWMOTION", RARCH_SLOWMOTION },
{ "VOLUME_UP", RARCH_VOLUME_UP },
{ "VOLUME_DOWN", RARCH_VOLUME_DOWN },
};
static bool cmd_set_shader(const char *arg)