1
0
Fork 0
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:
Zakk Roberts 2006-04-21 06:20:02 +00:00
parent 8a0ea50ee2
commit 35d36585c8

View file

@ -52,6 +52,7 @@
#include "screen_access.h" #include "screen_access.h"
#include "quickscreen.h" #include "quickscreen.h"
#include "logo.h" #include "logo.h"
#include "pcmbuf.h"
#if defined(HAVE_LCD_BITMAP) #if defined(HAVE_LCD_BITMAP)
#include "widgets.h" #include "widgets.h"
@ -407,7 +408,7 @@ bool pitch_screen(void)
lcd_setfont(FONT_SYSFIXED); lcd_setfont(FONT_SYSFIXED);
#if CONFIG_CODEC == SWCODEC #if CONFIG_CODEC == SWCODEC
pcmbuf_set_low_latency(false); pcmbuf_set_low_latency(true);
#endif #endif
while (!exit) while (!exit)