Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseAaronLopezGarcia committed Oct 7, 2023
1 parent e4a028c commit e5ea96e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions extras/modules/xmbctrl/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -352,9 +352,8 @@ int AddVshItemPatched(void *a0, int topitem, SceVshItem *item)
AddVshItem(a0, topitem, new_item2);

}
else {
return AddVshItem(a0, topitem, item);
}

return AddVshItem(a0, topitem, item);

}

Expand Down

0 comments on commit e5ea96e

Please sign in to comment.