add key type 9 (NFC) for ps service

This commit is contained in:
megazig 2015-08-18 16:54:22 -05:00
parent c49d5f49c2
commit 033b353128

View File

@ -17,10 +17,11 @@ typedef enum
ps_KEYSLOT_31, ps_KEYSLOT_31,
ps_KEYSLOT_38, ps_KEYSLOT_38,
ps_KEYSLOT_32, ps_KEYSLOT_32,
ps_KEYSLOT_39, ps_KEYSLOT_39_DLP,
ps_KEYSLOT_2E, ps_KEYSLOT_2E,
ps_KEYSLOT_INVALID, ps_KEYSLOT_INVALID,
ps_KEYSLOT_36 ps_KEYSLOT_36,
ps_KEYSLOT_39_NFC
} ps_aes_keytypes; } ps_aes_keytypes;
/* /*
@ -73,4 +74,4 @@ About: Gets a 32bit device id, it's used for some key slot inits
device_id ptr to where the device id is written to device_id ptr to where the device id is written to
*/ */
Result PS_GetDeviceId(u32* device_id); Result PS_GetDeviceId(u32* device_id);