makerom v0.6

This commit is contained in:
3DSGuy
2014-04-08 13:09:00 +08:00
parent 26772b49c8
commit 9cb89cbe8b
59 changed files with 2935 additions and 2662 deletions
+1 -3
View File
@@ -1,5 +1,4 @@
#ifndef _CERTS_H_
#define _CERTS_H_
#pragma once
typedef struct
{
@@ -29,7 +28,6 @@ typedef struct
u8 Padding[0x3C];
} ecc_pubk_struct;
#endif
// Cert Sizes
u32 GetCertSize(u8 *cert);
void GetCertSigSectionSizes(u32 *SigSize, u32 *SigPadding, u8 *cert);