mirror of
https://github.com/shijimasoft/cia-unix.git
synced 2025-06-18 22:35:41 -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)}..."
|
puts "Decrypting: #{cia.colorize.mode(:bold)}..."
|
||||||
cutn : String = cia.chomp ".cia"
|
cutn : String = cia.chomp ".cia"
|
||||||
args = ""
|
args = ""
|
||||||
content = %x[./ctrtool '#{cia}']
|
content = %x[./ctrtool --seeddb=seeddb.bin '#{cia}']
|
||||||
|
|
||||||
# game
|
# game
|
||||||
if content.match /T.*d.*00040000/
|
if content.match /T.*d.*00040000/
|
||||||
|
Loading…
Reference in New Issue
Block a user