summaryrefslogtreecommitdiff
path: root/apps/screens.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/screens.c')
-rw-r--r--apps/screens.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/screens.c b/apps/screens.c
index b28432d1fd..b85d79bb28 100644
--- a/apps/screens.c
+++ b/apps/screens.c
@@ -53,6 +53,9 @@
53#ifdef HAVE_MMC 53#ifdef HAVE_MMC
54#include "ata_mmc.h" 54#include "ata_mmc.h"
55#endif 55#endif
56#if CONFIG_CODEC == SWCODEC
57#include "dsp.h"
58#endif
56 59
57#ifdef HAVE_LCD_BITMAP 60#ifdef HAVE_LCD_BITMAP
58#define SCROLLBAR_WIDTH 6 61#define SCROLLBAR_WIDTH 6
@@ -661,6 +664,8 @@ bool quick_screen(int context, int button)
661 664
662 if(audio_status() & AUDIO_STATUS_PLAY) 665 if(audio_status() & AUDIO_STATUS_PLAY)
663 { 666 {
667 dsp_set_replaygain(true);
668
664 if (global_settings.playlist_shuffle) 669 if (global_settings.playlist_shuffle)
665 playlist_randomise(NULL, current_tick, true); 670 playlist_randomise(NULL, current_tick, true);
666 else 671 else