From 154f10c2d2f32b24e51c1b3a232e2886cc834ff4 Mon Sep 17 00:00:00 2001 From: William Wilgus Date: Tue, 31 Oct 2023 19:57:11 -0400 Subject: boost cpu when resuming playlists Change-Id: I6184075945b59b3fce2882dd56567b5cf3cb174b --- apps/playlist.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/playlist.c') 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 = ¤t_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; } -- cgit v1.2.3