mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 10:07:38 -04:00
[FS#10686] Peakmeter on ipod 5g using too much CPU
I think this is probably a good idea in general Change-Id: I124e8743a847aa12013ef3b93c8b318e42714b34
This commit is contained in:
parent
018ccf4e47
commit
907c91997e
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
#ifndef __PEAKMETER_H__
|
||||
#define __PEAKMETER_H__
|
||||
|
||||
#define PEAK_METER_FPS 20
|
||||
#define PEAK_METER_FPS 10 /* bugfix FS#10686*/
|
||||
#define MAX_PEAK 0x8000
|
||||
|
||||
/*#define PM_DEBUG */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue