exo/spl: Add new EsCommonKeyType

This commit is contained in:
Michael Scire
2023-10-11 11:03:17 -07:00
parent 1060eda6ca
commit 3079578ece
5 changed files with 7 additions and 2 deletions

View File

@@ -22,6 +22,7 @@ namespace ams::secmon::smc {
enum EsCommonKeyType {
EsCommonKeyType_TitleKey = 0,
EsCommonKeyType_ArchiveKey = 1,
EsCommonKeyType_Unknown2 = 2,
EsCommonKeyType_Count,
};