aboutsummaryrefslogtreecommitdiff
path: root/funkey/fk_instant_play.c
diff options
context:
space:
mode:
Diffstat (limited to 'funkey/fk_instant_play.c')
-rw-r--r--funkey/fk_instant_play.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/funkey/fk_instant_play.c b/funkey/fk_instant_play.c
index 61e41f4..a0d9451 100644
--- a/funkey/fk_instant_play.c
+++ b/funkey/fk_instant_play.c
@@ -34,6 +34,7 @@
#include "fk_instant_play.h"
#include "core.h"
#include "overrides.h"
+#include "plat.h"
#include "util.h"
#ifndef SHELL_CMD_POWERDOWN
@@ -152,6 +153,7 @@ void FK_Resume(void)
if (resume == RESUME_YES) {
resume_slot = AUTOSAVE_SLOT;
}
+ plat_video_menu_leave();
}
}