More bugfixes

This commit is contained in:
ctcaer@gmail.com
2019-06-30 03:40:37 +03:00
parent 12f8f055eb
commit f3dcfab095
9 changed files with 63 additions and 40 deletions

View File

@@ -46,6 +46,7 @@ void set_default_configuration()
h_cfg.sept_run = EMC(EMC_SCRATCH0) & EMC_SEPT_RUN;
h_cfg.rcm_patched = true;
h_cfg.sd_timeoff = 0;
h_cfg.emummc_force_disable = false;
}
int create_config_entry()

View File

@@ -36,6 +36,7 @@ typedef struct _hekate_config
int sept_run;
bool rcm_patched;
u32 sd_timeoff;
bool emummc_force_disable;
} hekate_config;
typedef enum