mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 06:44:27 +00:00
Add VOLUME_UP, VOLUME_DOWN to command interface.
This commit is contained in:
parent
610b54e3b2
commit
3e2863af4a
@ -199,6 +199,8 @@ static const struct cmd_map map[] = {
|
|||||||
{ "MUTE", RARCH_MUTE },
|
{ "MUTE", RARCH_MUTE },
|
||||||
{ "NETPLAY_FLIP", RARCH_NETPLAY_FLIP },
|
{ "NETPLAY_FLIP", RARCH_NETPLAY_FLIP },
|
||||||
{ "SLOWMOTION", RARCH_SLOWMOTION },
|
{ "SLOWMOTION", RARCH_SLOWMOTION },
|
||||||
|
{ "VOLUME_UP", RARCH_VOLUME_UP },
|
||||||
|
{ "VOLUME_DOWN", RARCH_VOLUME_DOWN },
|
||||||
};
|
};
|
||||||
|
|
||||||
static bool cmd_set_shader(const char *arg)
|
static bool cmd_set_shader(const char *arg)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user