mirror of
https://gitlab.com/Nanolx/qwad.git
synced 2024-11-22 02:29:18 +01:00
fix IOS detection (-t param)
This commit is contained in:
parent
7c1f3e061f
commit
1342b38ffc
@ -53,7 +53,7 @@
|
|||||||
Title Version : 41
|
Title Version : 41
|
||||||
Title Boot Index : 2
|
Title Boot Index : 2
|
||||||
Title Contents : 3
|
Title Contents : 3
|
||||||
Title IOS : 4294967354
|
Title IOS : IOS58
|
||||||
Title Access Rights: 3
|
Title Access Rights: 3
|
||||||
Title Type : 1
|
Title Type : 1
|
||||||
Title Group ID : 21065
|
Title Group ID : 21065
|
||||||
|
@ -446,7 +446,7 @@ def ShowTMD(tmdpath):
|
|||||||
print "Title Version : %s" % tmd.tmd.title_version
|
print "Title Version : %s" % tmd.tmd.title_version
|
||||||
print "Title Boot Index : %s" % tmd.tmd.boot_index
|
print "Title Boot Index : %s" % tmd.tmd.boot_index
|
||||||
print "Title Contents : %s" % tmd.tmd.numcontents
|
print "Title Contents : %s" % tmd.tmd.numcontents
|
||||||
print "Title IOS : %s" % tmd.tmd.iosversion
|
print "Title IOS : %s" % TitleIDs.TitleSwapDict["%s" % ("%016x" % tmd.tmd.iosversion)]
|
||||||
print "Title Access Rights: %s" % tmd.tmd.access_rights
|
print "Title Access Rights: %s" % tmd.tmd.access_rights
|
||||||
print "Title Type : %s" % tmd.tmd.title_type
|
print "Title Type : %s" % tmd.tmd.title_type
|
||||||
print "Title Group ID : %s" % tmd.tmd.group_id
|
print "Title Group ID : %s" % tmd.tmd.group_id
|
||||||
|
Loading…
Reference in New Issue
Block a user