mirror of
https://github.com/Maschell/JNUSLib.git
synced 2024-11-22 16:09:18 +01:00
Removed one file created that was just used for debugging.
This commit is contained in:
parent
513a31fcee
commit
6b8efcaf53
@ -100,7 +100,6 @@ public class WUDInfoParser {
|
|||||||
byte[] rawTMD = getFSTEntryAsByte(WUD_TMD_FILENAME,partition,fst,wudInfo.getWUDDiscReader(),wudInfo.getTitleKey());
|
byte[] rawTMD = getFSTEntryAsByte(WUD_TMD_FILENAME,partition,fst,wudInfo.getWUDDiscReader(),wudInfo.getTitleKey());
|
||||||
byte[] rawCert = getFSTEntryAsByte(WUD_CERT_FILENAME,partition,fst,wudInfo.getWUDDiscReader(),wudInfo.getTitleKey());
|
byte[] rawCert = getFSTEntryAsByte(WUD_CERT_FILENAME,partition,fst,wudInfo.getWUDDiscReader(),wudInfo.getTitleKey());
|
||||||
|
|
||||||
FileUtils.saveByteArrayToFile("test.tmd", rawTMD);
|
|
||||||
gamePartition.setRawTMD(rawTMD);
|
gamePartition.setRawTMD(rawTMD);
|
||||||
gamePartition.setRawTicket(rawTIK);
|
gamePartition.setRawTicket(rawTIK);
|
||||||
gamePartition.setRawCert(rawCert);
|
gamePartition.setRawCert(rawCert);
|
||||||
|
Loading…
Reference in New Issue
Block a user