Issue #29: Skip over unsupported .cia's

This commit is contained in:
rooq 2024-12-19 21:08:41 -05:00
parent 874ec61bf2
commit 30e646ed48

View File

@ -141,7 +141,7 @@ Dir["*.cia"].each do |cia|
log.puts %x[./makerom -f cia -dlc -ignoresign -target p -o '#{cutn} (DLC)-decrypted.cia' #{args}]
check_decrypt("#{cutn} (DLC)", "cia")
else
abort "Unsupported CIA"
puts "Unsupported CIA"
end
Dir["*-decfirst.cia"].each do |decfirst|
@ -157,4 +157,4 @@ end
log.flush
log.close
puts "Log saved"
puts "Log saved"