mirror of
https://github.com/shijimasoft/cia-unix.git
synced 2025-06-18 14:25:34 -04:00
improved seeddb compatibility
This commit is contained in:
parent
c6e1b64efb
commit
5690616cc0
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user