Bump version
+ Bugfix
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@ void gfx_clearscreen(){
|
||||
|
||||
gfx_box(0, 0, 719, 15, COLOR_WHITE);
|
||||
gfx_con_setpos(0, 0);
|
||||
gfx_printf("Tegraexplorer v1.4.0\n");
|
||||
gfx_printf("Tegraexplorer v1.5.0\n");
|
||||
|
||||
RESETCOLOR;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user