Initial commit

This commit is contained in:
shchmue 2018-12-07 20:17:01 -05:00
commit 34b960b774
40 changed files with 12878 additions and 0 deletions

12
source/set_ext.h Normal file
View file

@ -0,0 +1,12 @@
#pragma once
#include <switch.h>
Result setcalInitialize(void);
void setcalExit(void);
/**
* @brief Gets the extended ETicket RSA-2048 Key from CAL0
* @param key Pointer to 0x244-byte output buffer.
*/
Result setcalGetEticketDeviceKey(u8 *key);