aboutsummaryrefslogtreecommitdiff
path: root/frontend/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/main.c')
-rw-r--r--frontend/main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/frontend/main.c b/frontend/main.c
index 7b3aac5..d7f23ed 100644
--- a/frontend/main.c
+++ b/frontend/main.c
@@ -250,6 +250,9 @@ void do_emu_action(void)
case SACTION_VOLUME_DOWN:
plat_step_volume(emu_action == SACTION_VOLUME_UP);
return;
+ case SACTION_MINIMIZE:
+ plat_minimize();
+ return;
default:
return;
}