summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/plugins/pacbox/pacbox.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/plugins/pacbox/pacbox.h b/apps/plugins/pacbox/pacbox.h
index ac07848e79..56cba67d13 100644
--- a/apps/plugins/pacbox/pacbox.h
+++ b/apps/plugins/pacbox/pacbox.h
@@ -360,8 +360,10 @@
360/* How many video frames (out of a possible 60) we display each second. 360/* How many video frames (out of a possible 60) we display each second.
361 NOTE: pacbox.c assumes this is an integer divisor of 60 361 NOTE: pacbox.c assumes this is an integer divisor of 60
362 */ 362 */
363#if defined(TOSHIBA_GIGABEAT_S) || defined (TOSHIBA_GIGABEAT_F) 363#if defined(TOSHIBA_GIGABEAT_S) || defined (TOSHIBA_GIGABEAT_F) || \
364/* Gigabeat S,F can manage the full framerate (1 in 1 frames) */ 364 defined(SANSA_FUZEPLUS)
365/* Gigabeat S,F and Sansa Fuze+ can manage the full framerate
366 (1 in 1 frames) */
365#define FPS 60 367#define FPS 60
366#elif defined(IPOD_NANO) 368#elif defined(IPOD_NANO)
367/* The Nano can manage full-speed at 30fps (1 in 2 frames) */ 369/* The Nano can manage full-speed at 30fps (1 in 2 frames) */