mirror of
https://github.com/Dark98/threeSD.git
synced 2026-07-05 16:49:08 +00:00
Misc changes to ticket, cert and CIA
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <array>
|
||||
#include "common/common_types.h"
|
||||
|
||||
namespace Core {
|
||||
@@ -36,4 +37,10 @@ inline u32 GetSignatureSize(u32 signature_type) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
constexpr std::array<const char*, 3> CIACertNames{{
|
||||
"CA00000003",
|
||||
"XS0000000c",
|
||||
"CP0000000b",
|
||||
}};
|
||||
|
||||
} // namespace Core
|
||||
|
||||
Reference in New Issue
Block a user