Skip to content

Commit

Permalink
don't guarantee the overwrite game condition
Browse files Browse the repository at this point in the history
  • Loading branch information
ElBread3 committed Oct 15, 2024
1 parent 5d114b9 commit 4dba5b1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/qt_gui/main_window.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -682,9 +682,6 @@ void MainWindow::InstallDragDropPkg(std::filesystem::path file, int pkgNum, int
auto game_update_path = use_game_update
? game_install_dir / (std::string(pkg.GetTitleID()) + "-UPDATE")
: game_folder_path;
if (!std::filesystem::exists(game_update_path)) {
std::filesystem::create_directory(game_update_path);
}
QString gameDirPath;
Common::FS::PathToQString(gameDirPath, game_folder_path);
QDir game_dir(gameDirPath);
Expand Down

0 comments on commit 4dba5b1

Please sign in to comment.