diff --git a/Source/Core/DolphinWX/ISOProperties/FilesystemPanel.cpp b/Source/Core/DolphinWX/ISOProperties/FilesystemPanel.cpp index e591a54596..27f96cd3d1 100644 --- a/Source/Core/DolphinWX/ISOProperties/FilesystemPanel.cpp +++ b/Source/Core/DolphinWX/ISOProperties/FilesystemPanel.cpp @@ -461,8 +461,7 @@ void FilesystemPanel::ExtractDirectories(const std::string& full_path, size = static_cast(fst.size()); filesystem->ExportApploader(output_folder); - if (m_opened_iso->GetVolumeType() == DiscIO::Platform::GAMECUBE_DISC) - filesystem->ExportDOL(output_folder); + filesystem->ExportDOL(output_folder); } else {