ncchinfo_(t)gen.py: fix seed crypto detection

This commit is contained in:
d0k3
2015-10-16 19:50:31 +02:00
parent c310c6ab9d
commit 4530bbdcb9
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -175,6 +175,8 @@ def parseNCCH(fh, offs=0, idx=0, titleId='', standAlone=1):
if usesSeedCrypto == 0x20:
usesSeedCrypto = 1
print tab + 'Uses 9.x SEED crypto'
else:
usesSeedCrypto = 0
print ''
+2
View File
@@ -175,6 +175,8 @@ def parseNCCH(fh, offs=0, idx=0, titleId='', standAlone=1):
if usesSeedCrypto == 0x20:
usesSeedCrypto = 1
print tab + 'Uses 9.x SEED crypto'
else:
usesSeedCrypto = 0
print ''