Hotfix for 10.0.0

This commit is contained in:
Such Meme, Many Skill
2020-04-14 09:40:37 +02:00
parent 82a4d03985
commit b8b37e78ba
5 changed files with 21 additions and 10 deletions

View File

@@ -90,6 +90,10 @@ int handleEntries(short mmcType, menu_entry part){
int res = 0;
if (part.property & ISDIR){
if (returnpkg1info().ver < 0){
gfx_errDisplay("emmcMakeMenu", ERR_BISKEY_DUMP_FAILED, 0);
return -1;
}
if (!mount_mmc(part.name, part.storage))
fileexplorer("emmc:/", 1);
}