Skip to content

Commit a6c7fbf

Browse files
committed
Revert "Attempt to skip config and gamesettings folders on update"
This reverts commit 8f47a47.
1 parent 8f47a47 commit a6c7fbf

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Source/Core/DolphinQt/ProjectPlus/InstallUpdateDialog.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -362,12 +362,6 @@ bool InstallUpdateDialog::unzipFile(const std::string& zipFilePath, const std::s
362362
count_status = mz_zip_reader_goto_next_entry(reader);
363363
}
364364

365-
// Skip User/Config and User/GameSettings directories
366-
if (std::string(filename).find("User/Config") == 0 || std::string(filename).find("User/GameSettings") == 0)
367-
{
368-
continue; // Skip these directories
369-
}
370-
371365
// Reset to first entry for extraction
372366
int32_t entry_status = mz_zip_reader_goto_first_entry(reader);
373367
int current_file = 0;

0 commit comments

Comments
 (0)