1
0
Fork 0
mirror of https://github.com/suchmememanyskill/TegraExplorer.git synced 2024-11-08 13:11:54 +00:00

(Potentially) Fix file based emummc's not mounting

This commit is contained in:
Such Meme, Many Skill 2020-02-22 19:49:25 +01:00
parent 7f7c2e65ee
commit 405cb46b77

View file

@ -84,6 +84,7 @@ int mount_mmc(const char *partition, const int biskeynumb){
void connect_mmc(short mmctype){
if (mmctype != currentlyMounted){
disconnect_mmc();
h_cfg.emummc_force_disable = 0;
switch (mmctype){
case SYSMMC:
sdmmc_storage_init_mmc(&storage, &sdmmc, SDMMC_4, SDMMC_BUS_WIDTH_8, 4);