forked from len0rd/rockbox
depend on CPU, not player model
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6752 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5b6909b7c0
commit
f03bc298d6
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ int rolo_load(const char* filename)
|
|||
{
|
||||
int fd;
|
||||
long length;
|
||||
#ifdef IRIVER_H100
|
||||
#if CONFIG_CPU == MCF5249
|
||||
int i;
|
||||
unsigned long checksum,file_checksum;
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue