mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-03 08:08:39 -04:00
exo/spl: Add new EsCommonKeyType
This commit is contained in:
parent
c5d7ca5159
commit
114b82284d
5 changed files with 7 additions and 2 deletions
|
@ -98,6 +98,7 @@ namespace ams::spl {
|
|||
enum class EsDeviceUniqueKeyType {
|
||||
TitleKey = 0,
|
||||
ArchiveKey = 1,
|
||||
Unknown2 = 2,
|
||||
};
|
||||
|
||||
struct AsyncOperationKey {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue