summaryrefslogtreecommitdiff
path: root/apps/plugins/2048.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/2048.c')
-rw-r--r--apps/plugins/2048.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/plugins/2048.c b/apps/plugins/2048.c
index 9a74b0ff38..30f8899974 100644
--- a/apps/plugins/2048.c
+++ b/apps/plugins/2048.c
@@ -703,6 +703,9 @@ static void exit_handler(void)
703 cleanup(); 703 cleanup();
704 if(abnormal_exit) 704 if(abnormal_exit)
705 save_game(); 705 save_game();
706#ifdef HAVE_ADJUSTABLE_CPU_FREQ
707 rb->cpu_boost(false); /* back to idle */
708#endif
706 return; 709 return;
707} 710}
708static bool check_hs; 711static bool check_hs;