mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-02 07:39:49 -04:00
exo: change config to its own static page
This is necessary to support both pre-7.0.0 and 7.0.0...
This commit is contained in:
parent
7bdb2ae897
commit
3d6405be85
4 changed files with 14 additions and 25 deletions
|
@ -174,7 +174,7 @@ static uint32_t nxboot_get_target_firmware(const void *package1loader) {
|
|||
static void nxboot_configure_exosphere(uint32_t target_firmware, unsigned int keygen_type) {
|
||||
exosphere_config_t exo_cfg = {0};
|
||||
|
||||
exo_cfg.magic = MAGIC_EXOSPHERE_BOOTCONFIG;
|
||||
exo_cfg.magic = MAGIC_EXOSPHERE_CONFIG;
|
||||
exo_cfg.target_firmware = target_firmware;
|
||||
if (keygen_type) {
|
||||
exo_cfg.flags = EXOSPHERE_FLAGS_DEFAULT | EXOSPHERE_FLAG_PERFORM_620_KEYGEN;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue