aboutsummaryrefslogtreecommitdiff
path: root/frontend/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/main.c')
-rw-r--r--frontend/main.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/frontend/main.c b/frontend/main.c
index b699659..41e48b7 100644
--- a/frontend/main.c
+++ b/frontend/main.c
@@ -245,6 +245,10 @@ void do_emu_action(void)
snprintf(hud_msg, sizeof(hud_msg), "SCREENSHOT TAKEN");
break;
}
+ case SACTION_VOLUME_UP:
+ case SACTION_VOLUME_DOWN:
+ plat_step_volume(emu_action == SACTION_VOLUME_UP);
+ return;
default:
return;
}