1
0
Fork 0
forked from len0rd/rockbox

Player and recorder use the same scrambler, and have the same size limits

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7520 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2005-09-14 11:15:59 +00:00
parent e3e67eeb94
commit 56fa2dafb0

View file

@ -24,8 +24,7 @@
enum enum
{ {
ARCHOS_PLAYER, ARCHOS_PLAYER, /* and V1 recorder */
ARCHOS_V1RECORDER,
ARCHOS_V2RECORDER, ARCHOS_V2RECORDER,
ARCHOS_FMRECORDER, ARCHOS_FMRECORDER,
ARCHOS_ONDIO_SP, ARCHOS_ONDIO_SP,
@ -35,7 +34,6 @@ enum
int size_limit[] = int size_limit[] =
{ {
0x32000, /* ARCHOS_PLAYER */ 0x32000, /* ARCHOS_PLAYER */
0x32000, /* ARCHOS_V1RECORDER */
0x64000, /* ARCHOS_V2RECORDER */ 0x64000, /* ARCHOS_V2RECORDER */
0x64000, /* ARCHOS_FMRECORDER */ 0x64000, /* ARCHOS_FMRECORDER */
0x64000, /* ARCHOS_ONDIO_SP */ 0x64000, /* ARCHOS_ONDIO_SP */