exosphere: Implement optional 6.2.0+ keygen

This commit is contained in:
Michael Scire
2018-11-25 17:11:21 -08:00
parent c3569ec5e2
commit a71d98d78b
4 changed files with 58 additions and 11 deletions

View File

@@ -59,7 +59,7 @@ typedef struct {
unsigned int exosphere_load_config(void);
unsigned int exosphere_get_target_firmware(void);
unsigned int exosphere_get_should_perform_620_keygen(void);
unsigned int exosphere_should_perform_620_keygen(void);
static inline unsigned int exosphere_get_target_firmware_for_init(void) {
const unsigned int magic = MAILBOX_EXOSPHERE_CONFIG_PHYS.magic;