mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
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:
@ -461,8 +461,7 @@ 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
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user