forked from len0rd/rockbox
Too much on the last commit.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18085 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1334738071
commit
b9eb18260f
4 changed files with 10 additions and 13 deletions
|
@ -33,4 +33,3 @@ sbr_tf_grid.c
|
||||||
specrec.c
|
specrec.c
|
||||||
syntax.c
|
syntax.c
|
||||||
tns.c
|
tns.c
|
||||||
mdct2.c
|
|
|
@ -42,7 +42,6 @@
|
||||||
#include "kbd_win.h"
|
#include "kbd_win.h"
|
||||||
#include "sine_win.h"
|
#include "sine_win.h"
|
||||||
#include "mdct.h"
|
#include "mdct.h"
|
||||||
#include "mdct2.h"
|
|
||||||
|
|
||||||
|
|
||||||
fb_info *filter_bank_init(uint16_t frame_len)
|
fb_info *filter_bank_init(uint16_t frame_len)
|
||||||
|
|
|
@ -303,7 +303,7 @@ static bool dbg_buffering_thread(void)
|
||||||
lcd_setfont(FONT_SYSFIXED);
|
lcd_setfont(FONT_SYSFIXED);
|
||||||
while(!done)
|
while(!done)
|
||||||
{
|
{
|
||||||
button = get_action(CONTEXT_STD,HZ*2);
|
button = get_action(CONTEXT_STD,HZ/5);
|
||||||
switch(button)
|
switch(button)
|
||||||
{
|
{
|
||||||
case ACTION_STD_NEXT:
|
case ACTION_STD_NEXT:
|
||||||
|
|
|
@ -20,7 +20,6 @@ stats.c
|
||||||
stopwatch.c
|
stopwatch.c
|
||||||
vbrfix.c
|
vbrfix.c
|
||||||
viewer.c
|
viewer.c
|
||||||
test_codec.c
|
|
||||||
#ifdef HAVE_BACKLIGHT
|
#ifdef HAVE_BACKLIGHT
|
||||||
lamp.c
|
lamp.c
|
||||||
#endif /* HAVE_BACKLIGHT */
|
#endif /* HAVE_BACKLIGHT */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue