summaryrefslogtreecommitdiffstats
path: root/apps/playlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/playlist.c')
-rw-r--r--apps/playlist.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/playlist.c b/apps/playlist.c
index b0007e49bd..8c9bfb4a04 100644
--- a/apps/playlist.c
+++ b/apps/playlist.c
@@ -2997,6 +2997,7 @@ int playlist_resume(void)
int result = -1;
splash(0, ID2P(LANG_WAIT));
+ cpu_boost(true);
struct playlist_info* playlist = &current_playlist;
dc_thread_stop(playlist);
@@ -3430,6 +3431,7 @@ out:
talk_buffer_set_policy(TALK_BUFFER_DEFAULT);
core_free(handle);
+ cpu_boost(false);
return result;
}