forked from len0rd/rockbox
Fix yellow builds.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9752 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
8a0ea50ee2
commit
35d36585c8
1 changed files with 2 additions and 1 deletions
|
|
@ -52,6 +52,7 @@
|
|||
#include "screen_access.h"
|
||||
#include "quickscreen.h"
|
||||
#include "logo.h"
|
||||
#include "pcmbuf.h"
|
||||
|
||||
#if defined(HAVE_LCD_BITMAP)
|
||||
#include "widgets.h"
|
||||
|
|
@ -407,7 +408,7 @@ bool pitch_screen(void)
|
|||
|
||||
lcd_setfont(FONT_SYSFIXED);
|
||||
#if CONFIG_CODEC == SWCODEC
|
||||
pcmbuf_set_low_latency(false);
|
||||
pcmbuf_set_low_latency(true);
|
||||
#endif
|
||||
|
||||
while (!exit)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue