forked from len0rd/rockbox
If the Ipod has been recognized as MacPod always consider no bootloader installed.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24797 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d43d211a58
commit
773de4a150
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ BootloaderInstallBase::BootloaderType BootloaderInstallIpod::installed(void)
|
|||
}
|
||||
else {
|
||||
read_directory(&ipod);
|
||||
if(ipod.ipod_directory[0].entryOffset == 0) {
|
||||
if(ipod.ipod_directory[0].entryOffset == 0 || ipod.macpod) {
|
||||
qDebug() << "[BootloaderInstallIpod] installed: BootloaderOther";
|
||||
result = BootloaderOther;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue