From: megazig Date: Tue, 18 Aug 2015 21:54:22 +0000 (-0500) Subject: add key type 9 (NFC) for ps service X-Git-Tag: v0.6.0~16^2~12^2~2 X-Git-Url: https://chaos.moe/g/?a=commitdiff_plain;h=033b353128b88b39b9bff94671b3ad8553b151bb;p=corbenik%2Fctrulib.git add key type 9 (NFC) for ps service --- diff --git a/libctru/include/3ds/services/ps.h b/libctru/include/3ds/services/ps.h index 29c9d95..52b7d65 100644 --- a/libctru/include/3ds/services/ps.h +++ b/libctru/include/3ds/services/ps.h @@ -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);