1
0
Fork 0
forked from len0rd/rockbox
* Optimize MiniFS handling
 * Add basic CFS handling (doesn't work yet)
 * Remove hacky stuff in disk.c


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18438 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Maurus Cuelenaere 2008-09-07 17:24:14 +00:00
parent 97f775df05
commit 23fc923bde
4 changed files with 319 additions and 88 deletions

View file

@ -68,7 +68,8 @@ void main(void)
if(ret)
printf("ATA error: %d", ret);
if(1)
/* If no button is held, start the OF */
if(button_read_device() == 0)
{
printf("Loading Creative firmware...");