summaryrefslogtreecommitdiff
path: root/apps/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/misc.c')
-rw-r--r--apps/misc.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/misc.c b/apps/misc.c
index 872d91592d..7bf9ac01f5 100644
--- a/apps/misc.c
+++ b/apps/misc.c
@@ -85,7 +85,7 @@
85#include "playback.h" 85#include "playback.h"
86 86
87#ifdef BOOTFILE 87#ifdef BOOTFILE
88#if !defined(USB_NONE) && !defined(USB_IPODSTYLE) 88#if !defined(USB_NONE) && !defined(USB_HANDLED_BY_OF)
89#include "rolo.h" 89#include "rolo.h"
90#include "yesno.h" 90#include "yesno.h"
91#endif 91#endif
@@ -569,13 +569,13 @@ long default_event_handler_ex(long event, void (*callback)(void *), void *parame
569 { 569 {
570 system_flush(); 570 system_flush();
571#ifdef BOOTFILE 571#ifdef BOOTFILE
572#if !defined(USB_NONE) && !defined(USB_IPODSTYLE) 572#if !defined(USB_NONE) && !defined(USB_HANDLED_BY_OF)
573 check_bootfile(false); /* gets initial size */ 573 check_bootfile(false); /* gets initial size */
574#endif 574#endif
575#endif 575#endif
576 usb_screen(); 576 usb_screen();
577#ifdef BOOTFILE 577#ifdef BOOTFILE
578#if !defined(USB_NONE) && !defined(USB_IPODSTYLE) 578#if !defined(USB_NONE) && !defined(USB_HANDLED_BY_OF)
579 check_bootfile(true); 579 check_bootfile(true);
580#endif 580#endif
581#endif 581#endif
@@ -691,7 +691,7 @@ int get_replaygain_mode(bool have_track_gain, bool have_album_gain)
691#endif 691#endif
692 692
693#ifdef BOOTFILE 693#ifdef BOOTFILE
694#if !defined(USB_NONE) && !defined(USB_IPODSTYLE) 694#if !defined(USB_NONE) && !defined(USB_HANDLED_BY_OF)
695/* 695/*
696 memorize/compare details about the BOOTFILE 696 memorize/compare details about the BOOTFILE
697 we don't use dircache because it may not be up to date after 697 we don't use dircache because it may not be up to date after