forked from len0rd/rockbox
ZVM:
* 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:
parent
97f775df05
commit
23fc923bde
4 changed files with 319 additions and 88 deletions
|
|
@ -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...");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue