Pacbox: add fuze+ to the targets that can manage full frames
Like gigabeat s and f, Fuze+ also handles dysplaying all frames even with sound on. Change-Id: Ib92062e378869c1687d6a7658ec23be60e168ccf Reviewed-on: http://gerrit.rockbox.org/186 Reviewed-by: Amaury Pouly <amaury.pouly@gmail.com>
This commit is contained in:
parent
8296d493f2
commit
3a39f77ed6
1 changed files with 4 additions and 2 deletions
|
@ -360,8 +360,10 @@
|
|||
/* How many video frames (out of a possible 60) we display each second.
|
||||
NOTE: pacbox.c assumes this is an integer divisor of 60
|
||||
*/
|
||||
#if defined(TOSHIBA_GIGABEAT_S) || defined (TOSHIBA_GIGABEAT_F)
|
||||
/* Gigabeat S,F can manage the full framerate (1 in 1 frames) */
|
||||
#if defined(TOSHIBA_GIGABEAT_S) || defined (TOSHIBA_GIGABEAT_F) || \
|
||||
defined(SANSA_FUZEPLUS)
|
||||
/* Gigabeat S,F and Sansa Fuze+ can manage the full framerate
|
||||
(1 in 1 frames) */
|
||||
#define FPS 60
|
||||
#elif defined(IPOD_NANO)
|
||||
/* The Nano can manage full-speed at 30fps (1 in 2 frames) */
|
||||
|
|
Loading…
Reference in a new issue