Make Finalize.bat output text of ISO generation not calculation

This commit is contained in:
2022-07-10 19:51:52 +02:00
parent 71560f9e78
commit dd9a2e5924
2 changed files with 3 additions and 3 deletions

View File

@@ -7,12 +7,12 @@ if %2 == skip goto end
if not exist "%4/bin/GlobalLBATable.bin" echo Planschi > "%4%/bin/GlobalLBATable.bin" if not exist "%4/bin/GlobalLBATable.bin" echo Planschi > "%4%/bin/GlobalLBATable.bin"
echo "Calculate LBAs" 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 exist "%4\iso\%3LBAFile.json" LBAHacker.exe %4\iso\%3LBAFile.json
if %2 == calculate goto end if %2 == calculate goto end
%1 -y %4\iso\%3ISODesc.xml *> nul %1 -y %4\iso\%3ISODesc.xml
echo "Wrote ISO image" echo "Wrote ISO image"
:end :end

Submodule Tools/psxcdgen updated: d5a46d89c0...39aa0844f5