aldostools / webMAN-MOD

Extended services for PS3 console (web server, ftp server, netiso, ntfs, ps3mapi, etc.)
https://aldostools.github.io/webMAN-MOD/
GNU General Public License v3.0
1.3k stars 176 forks source link

ROMS / ps3netsrv #312

Open v3euk opened 4 years ago

v3euk commented 4 years ago

Hi,

Not sure if its just me or not. But trying to use ps3netsrv for the ROMS folder, however they do not display in the game list. If i transfer the same files into the PS3 HDD, they show up fine. All the ROMs are zipped,and in the appropriate game folders.

Is it just ps3netsrv ins't capable or serving these? If not, is it possible to add support for this?

Thanks,

aldostools commented 4 years ago

webMAN MOD does not scan ROMS folders in ps3netsrv by design:

if(scanning_roms && is_net) continue; // include/games_xml.h -> line #520

The reason is that in my tests RetroArch didn't recognize the ROMS stored in the virtual /dev_bdvd used to mount the remote ROMS folder.

You can try mounting manually the remote ROMS folder on /net0 using the File Manager, then launch the ROM using RetroArch.

or use the combo SELECT+R2+SQUARE to mount /net0 as /dev_bdvd