Skip to content

Commit

Permalink
improve patch
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseAaronLopezGarcia committed Oct 7, 2023
1 parent e5ea96e commit 15b363e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extras/modules/xmbctrl/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ int AddVshItemPatched(void *a0, int topitem, SceVshItem *item)
AddVshItem(a0, topitem, new_item);
}

if ((item->id >= 23 && item->id <= 24) && !items_added)
if ((sce_paf_private_strcmp(item->text, "msgtop_game_gamedl")==0 || sce_paf_private_strcmp(item->text, "msgtop_game_savedata")==0) && !items_added)
{
items_added = 1;

Expand Down

0 comments on commit 15b363e

Please sign in to comment.