forked from len0rd/rockbox
Initial commit of work-in-progress iPod port
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7781 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3cd5c646d0
commit
77372d1218
24 changed files with 2178 additions and 21 deletions
|
@ -143,7 +143,7 @@ int rolo_load(const char* filename)
|
|||
lcd_update();
|
||||
|
||||
set_irq_level(HIGHEST_IRQ_LEVEL);
|
||||
#else
|
||||
#elif CONFIG_CPU == SH7034
|
||||
/* Read file length from header and compare to real file length */
|
||||
lseek(fd, FIRMWARE_OFFSET_FILE_LENGTH, SEEK_SET);
|
||||
if(read(fd, &file_length, 4) != 4) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue