From 5690616cc017ea0adcc4a22c304cdcb111e1c46a Mon Sep 17 00:00:00 2001 From: shijimasoft Date: Sat, 1 Jun 2024 09:34:00 +0200 Subject: [PATCH] improved seeddb compatibility --- cia-unix.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cia-unix.cr b/cia-unix.cr index fb8ade4..ac03c66 100644 --- a/cia-unix.cr +++ b/cia-unix.cr @@ -113,7 +113,7 @@ Dir["*.cia"].each do |cia| puts "Decrypting: #{cia.colorize.mode(:bold)}..." cutn : String = cia.chomp ".cia" args = "" - content = %x[./ctrtool '#{cia}'] + content = %x[./ctrtool --seeddb=seeddb.bin '#{cia}'] # game if content.match /T.*d.*00040000/