Make Finalize.bat output text of ISO generation not calculation
This commit is contained in:
@@ -7,12 +7,12 @@ if %2 == skip goto end
|
||||
if not exist "%4/bin/GlobalLBATable.bin" echo Planschi > "%4%/bin/GlobalLBATable.bin"
|
||||
|
||||
echo "Calculate LBAs"
|
||||
%1 -y -lba %4\iso\Info\%3.lba -lbahead %4\iso\Info\%3.h -noisogen %4\iso\%3ISODesc.xml
|
||||
%1 -y -lba %4\iso\Info\%3.lba -lbahead %4\iso\Info\%3.h -noisogen %4\iso\%3ISODesc.xml *> nul
|
||||
if exist "%4\iso\%3LBAFile.json" LBAHacker.exe %4\iso\%3LBAFile.json
|
||||
|
||||
if %2 == calculate goto end
|
||||
|
||||
%1 -y %4\iso\%3ISODesc.xml *> nul
|
||||
%1 -y %4\iso\%3ISODesc.xml
|
||||
echo "Wrote ISO image"
|
||||
|
||||
:end
|
||||
Submodule Tools/psxcdgen updated: d5a46d89c0...39aa0844f5
Reference in New Issue
Block a user