Bump version

+ Bugfix
This commit is contained in:
Such Meme, Many Skill
2020-04-05 17:25:35 +02:00
parent f95b6e399f
commit b5a9d94d35
3 changed files with 3 additions and 3 deletions

View File

@@ -228,7 +228,7 @@ int dump_biskeys(){
void dumpEmuGpt(){
connect_mmc(EMUMMC);
sdmmc_storage_set_mmc_partition(&storage, 0);
emummc_storage_set_mmc_partition(&storage, 0);
nx_emmc_gpt_parse(&emu_gpt, &storage);
}