mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
moving to wiki...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6567 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
05f3b7ecf4
commit
c9cc73ec19
2 changed files with 7 additions and 7 deletions
|
@ -1,13 +1,13 @@
|
|||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#define ARTISTLEN 28
|
||||
#define ALBUMLEN 24
|
||||
#define SONGLEN 52
|
||||
#define GENRELEN 12
|
||||
#define FILELEN 96
|
||||
#define SONGARRAYLEN 14
|
||||
#define ALBUMARRAYLEN 1
|
||||
#define ARTISTLEN 32
|
||||
#define ALBUMLEN 68
|
||||
#define SONGLEN 92
|
||||
#define GENRELEN 20
|
||||
#define FILELEN 212
|
||||
#define SONGARRAYLEN 48
|
||||
#define ALBUMARRAYLEN 38
|
||||
|
||||
|
||||
#define BE32(_x_) (((_x_ & 0xff000000) >> 24) | \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue