mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 21:22:39 -05:00
multiboot: Allow searching in volume 0 for redirect file
Searching in volume 0 is necessary for multiboot targets with only one drive, like the M3K/Q1/ErosQ. Without this the search code will never look at the redirect file on these targets. The search bound is configured with a setting MULTIBOOT_MIN_VOLUME, which defaults to 0, but is defined to 1 for Sansa players so they keep their old behavior. Change-Id: I6dc5cf98db4258731de2c68c3ab1182b4a4a655b
This commit is contained in:
parent
df3afcfa3b
commit
bcbb5a8b00
8 changed files with 13 additions and 1 deletions
|
|
@ -10,6 +10,7 @@
|
|||
|
||||
/* define boot redirect file name allows booting from external drives */
|
||||
#define BOOT_REDIR "rockbox_main.fuze"
|
||||
#define MULTIBOOT_MIN_VOLUME 1
|
||||
|
||||
#define HW_SAMPR_CAPS SAMPR_CAP_ALL_96
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue