mirror of
https://github.com/suchmememanyskill/TegraExplorer.git
synced 2024-11-26 05:42:07 +00:00
(Potentially) Fix file based emummc's not mounting
This commit is contained in:
parent
7f7c2e65ee
commit
405cb46b77
1 changed files with 1 additions and 0 deletions
|
@ -84,6 +84,7 @@ int mount_mmc(const char *partition, const int biskeynumb){
|
||||||
void connect_mmc(short mmctype){
|
void connect_mmc(short mmctype){
|
||||||
if (mmctype != currentlyMounted){
|
if (mmctype != currentlyMounted){
|
||||||
disconnect_mmc();
|
disconnect_mmc();
|
||||||
|
h_cfg.emummc_force_disable = 0;
|
||||||
switch (mmctype){
|
switch (mmctype){
|
||||||
case SYSMMC:
|
case SYSMMC:
|
||||||
sdmmc_storage_init_mmc(&storage, &sdmmc, SDMMC_4, SDMMC_BUS_WIDTH_8, 4);
|
sdmmc_storage_init_mmc(&storage, &sdmmc, SDMMC_4, SDMMC_BUS_WIDTH_8, 4);
|
||||||
|
|
Loading…
Reference in a new issue