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:
parent
e3e67eeb94
commit
56fa2dafb0
1 changed files with 1 additions and 3 deletions
|
|
@ -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 */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue