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

@@ -60,7 +60,7 @@ unsigned int exosphere_get_target_firmware(void) {
return g_exosphere_cfg.target_firmware;
}
unsigned int exosphere_get_should_perform_620_keygen(void) {
unsigned int exosphere_should_perform_620_keygen(void) {
if (!g_has_loaded_config) {
generic_panic();
}