Add renaming option

This commit is contained in:
Such Meme, Many Skill
2020-05-02 16:40:40 +02:00
parent 0bf3b35582
commit b273b1e5ab
6 changed files with 125 additions and 10 deletions

View File

@@ -81,6 +81,7 @@ extern menu_entry utils_mmcChoice[];
enum fs_menu_file_return {
FILE_COPY = 4,
FILE_MOVE,
FILE_RENAME,
FILE_DELETE,
FILE_PAYLOAD,
FILE_SCRIPT,