Implement bis dumping

This commit is contained in:
Such Meme, Many Skill
2020-03-14 15:03:08 +01:00
parent 5cb50722cf
commit 144dc3a3f5
7 changed files with 144 additions and 15 deletions

View File

@@ -13,7 +13,7 @@ pkg1_info returnpkg1info();
int mount_mmc(const char *partition, const int biskeynumb);
void connect_mmc(short mmctype);
void disconnect_mmc();
int connect_part(const char *partition);
static const u8 zeros[0x10] = {0};