mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 21:22:39 -05:00
Gigabeat F can easily manage 60fps in pacbox.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29011 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
dd6990d698
commit
6d05e27d68
1 changed files with 4 additions and 4 deletions
|
|
@ -299,11 +299,11 @@
|
||||||
/* How many video frames (out of a possible 60) we display each second.
|
/* How many video frames (out of a possible 60) we display each second.
|
||||||
NOTE: pacbox.c assumes this is an integer divisor of 60
|
NOTE: pacbox.c assumes this is an integer divisor of 60
|
||||||
*/
|
*/
|
||||||
#if defined(TOSHIBA_GIGABEAT_S)
|
#if defined(TOSHIBA_GIGABEAT_S) || defined (TOSHIBA_GIGABEAT_F)
|
||||||
/* Gigabeat S can manage the full framerate (1 in 1 frames) */
|
/* Gigabeat S,F can manage the full framerate (1 in 1 frames) */
|
||||||
#define FPS 60
|
#define FPS 60
|
||||||
#elif defined(IPOD_NANO) || defined (TOSHIBA_GIGABEAT_F)
|
#elif defined(IPOD_NANO)
|
||||||
/* The Nano and Gigabeat F can manage full-speed at 30fps (1 in 2 frames) */
|
/* The Nano can manage full-speed at 30fps (1 in 2 frames) */
|
||||||
#define FPS 30
|
#define FPS 30
|
||||||
#else
|
#else
|
||||||
/* We aim for 20fps on the other targets (1 in 3 frames) */
|
/* We aim for 20fps on the other targets (1 in 3 frames) */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue