Skip to content

Commit

Permalink
Fix local NSP/NSZ installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Huntereb authored Dec 6, 2019
1 parent 52d8626 commit 58c2e30
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions source/sdInstall.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -124,13 +124,13 @@ namespace nspInstStuff {
fileSystem.OpenFileSystemWithId(path, FsFileSystemType_ApplicationPackage, 0);
tin::install::nsp::SimpleFileSystem simpleFS(fileSystem, "/", path + "/");
installTask = new tin::install::nsp::NSPInstallTask(simpleFS, m_destStorageId, inst::config::ignoreReqVers);
}

inst::ui::setInstInfoText("Preparing installation...");
inst::ui::setInstBarPerc(0);
installTask->Prepare();
inst::ui::setInstInfoText("Preparing installation...");
inst::ui::setInstBarPerc(0);
installTask->Prepare();

installTask->Begin();
installTask->Begin();
}
}
}
catch (std::exception& e)
Expand Down

0 comments on commit 58c2e30

Please sign in to comment.