Bugfixes + relocate tools: dump bis

This commit is contained in:
Such Meme, Many Skill
2020-04-05 00:22:23 +02:00
parent 7dc3500a17
commit 070f9c676d
6 changed files with 40 additions and 16 deletions

View File

@@ -2,7 +2,6 @@
#include "../../utils/types.h"
#include "../../storage/nx_emmc.h"
int dump_emmc_parts(u16 parts, u8 mmctype);
int restore_bis_using_file(char *path, u8 mmctype);
int emmcDumpSpecific(char *part, char *path);
int restore_emmc_part(char *path, sdmmc_storage_t *mmcstorage, emmc_part_t *part);