]> Chaos Git - corbenik/ctrulib.git/commitdiff
add key type 9 (NFC) for ps service
authormegazig <megazig@gmail.com>
Tue, 18 Aug 2015 21:54:22 +0000 (16:54 -0500)
committermegazig <megazig@gmail.com>
Tue, 18 Aug 2015 21:54:22 +0000 (16:54 -0500)
libctru/include/3ds/services/ps.h

index 29c9d950fcb6a715186efb1776685ae3ae095979..52b7d652950a507a7af1414b54ffffd3aa99816e 100644 (file)
@@ -17,10 +17,11 @@ typedef enum
        ps_KEYSLOT_31,
        ps_KEYSLOT_38,
        ps_KEYSLOT_32,
-       ps_KEYSLOT_39,
+       ps_KEYSLOT_39_DLP,
        ps_KEYSLOT_2E,
        ps_KEYSLOT_INVALID,
-       ps_KEYSLOT_36
+       ps_KEYSLOT_36,
+       ps_KEYSLOT_39_NFC
 } 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
 */
-Result PS_GetDeviceId(u32* device_id);
\ No newline at end of file
+Result PS_GetDeviceId(u32* device_id);