Add $EMUMMC$ flag, add DEL and DEL-R commands to scripting

This commit is contained in:
Such Meme, Many Skill
2020-02-07 12:19:46 +01:00
parent 37ce49a31f
commit eecefd634c
4 changed files with 35 additions and 26 deletions

View File

@@ -9,13 +9,3 @@ typedef struct _script_parts {
} script_parts;
void ParseScript(char* path);
int Part_WaitOnUser();
int Part_Exit();
int Part_ErrorPrint();
int Part_Print();
int Part_MountMMC();
int Part_ConnectMMC();
int Part_MakeFolder();
int Part_RecursiveCopy();
int Testing_Part_Handler();
int Part_Copy();