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,8 +461,7 @@ void FilesystemPanel::ExtractDirectories(const std::string& full_path,
|
|||
size = static_cast<u32>(fst.size());
|
||||
|
||||
filesystem->ExportApploader(output_folder);
|
||||
if (m_opened_iso->GetVolumeType() == DiscIO::Platform::GAMECUBE_DISC)
|
||||
filesystem->ExportDOL(output_folder);
|
||||
filesystem->ExportDOL(output_folder);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue