light polishing
This commit is contained in:
parent
c4d86af511
commit
1336331645
2 changed files with 12 additions and 1 deletions
|
@ -92,7 +92,7 @@ int ModeDXStick::startDXPatch(std::string &target) {
|
|||
|
||||
std::cout << "Downloading PandoryDX release data..." << std::endl;
|
||||
downloadFile("https://pg3d-hax.uk/downloads/dx/releases/pandoryDX-FR1.tgz", target+"/pandoryDX.tgz");
|
||||
std::cout << std::endl;
|
||||
std::cout << std::endl << std::endl;
|
||||
|
||||
downloadPatchFile(hadHash, target);
|
||||
downloadPatchFile(hadcHash, target);
|
||||
|
@ -131,6 +131,11 @@ int ModeDXStick::startDXPatch(std::string &target) {
|
|||
extract("pandoryDX.tgz");
|
||||
Fs::remove("pandoryDX.tgz");
|
||||
chdir(curDir.c_str());
|
||||
|
||||
std::cout << "PandoryDX has been successfully installed to your storage medium." << std::endl;
|
||||
std::cout << "All original files have been copied to the pandory_backups folder." << std::endl;
|
||||
std::cout << "Please make sure to disable \"Image Optimisation\" in your Pandora DX settings menu" << std::endl;
|
||||
std::cout << "for best results." << std::endl << std::endl;
|
||||
}
|
||||
}
|
||||
return 0;
|
||||
|
|
|
@ -153,6 +153,12 @@ void PandoryTool::usage() {
|
|||
<< std::endl;
|
||||
std::cout << "\t\tpandory pspfix stage2 <destDrive>" << std::endl;
|
||||
std::cout << std::endl;
|
||||
|
||||
std::cout << "6) => PandoryDX" << std::endl;
|
||||
std::cout << " Install a set of improved settings to your Pandora DX micro-sd or usb-stick." << std::endl;
|
||||
std::cout << "\t\tpandory stick dx <destDrive>" << std::endl;
|
||||
std::cout << "\t\tExample: pandory stick dx F:\\" << std::endl;
|
||||
std::cout << std::endl;
|
||||
}
|
||||
|
||||
int PandoryTool::add() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue