Skip to content

Commit

Permalink
removed dup lines
Browse files Browse the repository at this point in the history
  • Loading branch information
krazynez committed Jan 5, 2024
1 parent 9037aa5 commit 436f94a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions extras/modules/xmbctrl/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -460,12 +460,6 @@ int AddVshItemPatched(void *a0, int topitem, SceVshItem *item)
new_item4 = addCustomVshItem(84, "msgtop_custom_app", sysconf_custom_app_arg, information_board_item);
AddVshItem(a0, topitem, new_item4);
}

if(se_config.customapp) {
new_item4 = addCustomVshItem(84, "msgtop_custom_app", sysconf_custom_app_arg, information_board_item);
AddVshItem(a0, topitem, new_item4);
}

}

return AddVshItem(a0, topitem, item);
Expand Down

0 comments on commit 436f94a

Please sign in to comment.