add timerMs function, unmounting emu does not unmount sd

This commit is contained in:
suchmememanyskill
2021-01-05 15:55:11 +01:00
parent e98a3bba68
commit 502a246949
2 changed files with 6 additions and 4 deletions

View File

@@ -175,10 +175,7 @@ out:
int emummc_storage_end(sdmmc_storage_t *storage)
{
if (!emu_cfg.enabled || h_cfg.emummc_force_disable)
sdmmc_storage_end(storage);
else
sd_end();
sdmmc_storage_end(storage);
return 1;
}