Step 3: Fix up crypto

This commit is contained in:
suchmememanyskill
2022-01-22 15:56:31 +01:00
parent 626cae4e00
commit c8468a6d73
4 changed files with 5 additions and 6 deletions

View File

@@ -178,8 +178,6 @@ int emummc_storage_end()
{
if (!emu_cfg.enabled || h_cfg.emummc_force_disable)
sdmmc_storage_end(&emmc_storage);
else
sd_end();
return 1;
}