FilesystemPanel: Remove strange disc type check
I don't know what the point of this was. (Workaround for some old bug that we don't have anymore?)
This commit is contained in:
parent
24192671f9
commit
ce012ee3f4
|
@ -461,7 +461,6 @@ void FilesystemPanel::ExtractDirectories(const std::string& full_path,
|
||||||
size = static_cast<u32>(fst.size());
|
size = static_cast<u32>(fst.size());
|
||||||
|
|
||||||
filesystem->ExportApploader(output_folder);
|
filesystem->ExportApploader(output_folder);
|
||||||
if (m_opened_iso->GetVolumeType() == DiscIO::Platform::GAMECUBE_DISC)
|
|
||||||
filesystem->ExportDOL(output_folder);
|
filesystem->ExportDOL(output_folder);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue