sdmmc: Set power cycle wait to 0 at boot

This commit is contained in:
CTCaer 2020-01-17 09:19:58 +02:00
parent 422852795f
commit 2a161b572b
2 changed files with 2 additions and 2 deletions

View file

@ -51,7 +51,7 @@ void set_default_configuration()
h_cfg.rcm_patched = true;
h_cfg.emummc_force_disable = false;
sd_power_cycle_time_start = 0xFFFFFFF;
sd_power_cycle_time_start = 0;
}
int create_config_entry()

View file

@ -51,7 +51,7 @@ void set_default_configuration()
h_cfg.rcm_patched = fuse_check_patched_rcm();
h_cfg.emummc_force_disable = false;
sd_power_cycle_time_start = 0xFFFFFFF;
sd_power_cycle_time_start = 0;
}
int create_config_entry()