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:
JosJuice 2017-06-03 17:26:25 +02:00
parent 24192671f9
commit ce012ee3f4
1 changed files with 1 additions and 2 deletions

View File

@ -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
{