Add scripting to TE

This commit is contained in:
Such Meme, Many Skill
2020-02-06 23:31:19 +01:00
parent eb8652c6ec
commit 1a2fd158e9
6 changed files with 228 additions and 4 deletions

View File

@@ -102,13 +102,12 @@ void disconnect_mmc(){
switch (currentlyMounted){
case SYSMMC:
sdmmc_storage_end(&storage);
currentlyMounted = -1;
break;
case EMUMMC:
emummc_storage_end(&storage);
currentlyMounted = -1;
break;
}
currentlyMounted = -1;
}
int dump_biskeys(){