forked from len0rd/rockbox
Render at 30fps on the Gigabeat
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12799 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0c6aea816d
commit
a693481c2f
1 changed files with 2 additions and 2 deletions
|
@ -140,8 +140,8 @@
|
|||
/* How many video frames (out of a possible 60) we display each second.
|
||||
NOTE: pacbox.c assumes this is an integer divisor of 60
|
||||
*/
|
||||
#ifdef IPOD_NANO
|
||||
/* The Nano can manage full-speed at 30fps (1 in 2 frames) */
|
||||
#if defined(IPOD_NANO) || defined (TOSHIBA_GIGABEAT_F)
|
||||
/* The Nano and Gigabeat can manage full-speed at 30fps (1 in 2 frames) */
|
||||
#define FPS 30
|
||||
#else
|
||||
/* We aim for 20fps on the other targets (1 in 3 frames) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue