mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-12 14:46:49 +01: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:
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…
x
Reference in New Issue
Block a user