Hotfix for 10.0.0

This commit is contained in:
Such Meme, Many Skill
2020-04-14 09:40:37 +02:00
parent 82a4d03985
commit b8b37e78ba
5 changed files with 21 additions and 10 deletions

View File

@@ -154,14 +154,14 @@ void te_main(){
if (dump_biskeys() == -1){
gfx_errDisplay("dump_biskey", ERR_BISKEY_DUMP_FAILED, 0);
mainmenu_main[1].property |= ISHIDE;
//mainmenu_main[1].property |= ISHIDE;
}
if (emummc_load_cfg()){
mainmenu_main[2].property |= ISHIDE;
}
else
dumpEmuGpt();
dumpGpt();
disconnect_mmc();