From 405cb46b771f5a972fbd9567dc23906d14a05287 Mon Sep 17 00:00:00 2001 From: "Such Meme, Many Skill" Date: Sat, 22 Feb 2020 19:49:25 +0100 Subject: [PATCH] (Potentially) Fix file based emummc's not mounting --- source/tegraexplorer/emmc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source/tegraexplorer/emmc.c b/source/tegraexplorer/emmc.c index 630eda0..2af520c 100644 --- a/source/tegraexplorer/emmc.c +++ b/source/tegraexplorer/emmc.c @@ -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);