Gaming/pcsx2: compress roms to chd
This commit is contained in:
parent
9bea86b4ff
commit
f13ac0b8ec
1 changed files with 1 additions and 3 deletions
|
|
@ -14,9 +14,7 @@
|
|||
cd ${ps2-isos}
|
||||
for file in ./*
|
||||
do
|
||||
echo $out
|
||||
echo $file
|
||||
${pkgs.pigz}/bin/pigz -9 -c -v "$file" > "$out/$file.gz"
|
||||
${pkgs.mame-tools}/bin/chdman createdvd -i "$file" -o "$out/''${file%.iso}.chd"
|
||||
done
|
||||
'';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue