1
0
Fork 0
forked from len0rd/rockbox

No audio track changed event on archos yet, someone please implement this.

Disabled runtime database on archos for now.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6970 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michiel Van Der Kolk 2005-07-01 17:49:20 +00:00
parent c735ed7914
commit c828885c47

View file

@ -293,6 +293,9 @@ int rundb_init(void)
int i, *p;
#endif
#if CONFIG_HWCODEC != MASNONE
return -1;
#else
if(!tagdb_initialized) /* forget it.*/
return -1;
@ -334,6 +337,7 @@ int rundb_init(void)
memset(&rundbentry,0,sizeof(struct rundb_entry));
rundbsize=lseek(rundb_fd,0,SEEK_END);
return 0;
#endif
}
void writerundbheader(void) {