Skip to content

Commit

Permalink
webMAN MOD 1.47.45
Browse files Browse the repository at this point in the history
- Feature request by @LouisGarry: Focus /app_home icon after mount a game if noBD patch is checked in /setup.ps3
  • Loading branch information
aldostools committed Mar 3, 2024
1 parent 70ca1bd commit 30eb85a
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 1 deletion.
Binary file modified _Projects_/updater/pkgfiles/USRDIR/webftp_server_full.sprx
Binary file not shown.
Binary file modified _Projects_/updater/pkgfiles/USRDIR/webftp_server_lite.sprx
Binary file not shown.
Binary file modified _Projects_/updater/pkgfiles/USRDIR/webftp_server_noncobra.sprx
Binary file not shown.
Binary file not shown.
Binary file modified _Projects_/updater/update/dev_hdd0/plugins/webftp_server.sprx
Binary file not shown.
Binary file modified _Projects_/updater/update/dev_hdd0/plugins/webftp_server_lite.sprx
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion include/init/vsh.h
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ static void exec_xmb_item(char *category, char *seg_name, bool execute)

// default segment
if(mount_unk == APP_GAME) sprintf(seg_name, "seg_gamedebug"); else
if(!*seg_name) sprintf(seg_name, "seg_device");
if(!*seg_name) sprintf(seg_name, webman_config->noBD ? "seg_gamedebug" : "seg_device");

if(!IS(seg_name, "seg_device") || isDir("/dev_bdvd"))
{
Expand Down

0 comments on commit 30eb85a

Please sign in to comment.