Fix sim builds.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16433 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ca57699ed5
commit
aef38f6ef4
1 changed files with 1 additions and 1 deletions
|
@ -1057,7 +1057,7 @@ static int retrieve_entries(struct tree_context *c, struct tagcache_search *tcs,
|
|||
/* Show search progress straight away if the disk needs to spin up,
|
||||
otherwise show it after the normal 1/2 second delay */
|
||||
show_search_progress(
|
||||
#if !defined(HAVE_FLASH_STORAGE)
|
||||
#if !defined(HAVE_FLASH_STORAGE) && !defined(SIMULATOR)
|
||||
ata_disk_is_active()
|
||||
#else
|
||||
true
|
||||
|
|
Loading…
Reference in a new issue