aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/main.c b/main.c
index 7d7de4c..4e56fe4 100644
--- a/main.c
+++ b/main.c
@@ -692,8 +692,10 @@ int main(int argc, char **argv) {
adjust_audio();
current_core.retro_run();
#ifdef FUNKEY_S
- if (should_suspend)
+ if (should_suspend) {
+ toggle_fast_forward(1);
FK_Suspend();
+ }
#endif
if (!should_quit)