Is there any working ps2smap driver for PS3
Posted: Sun Nov 15, 2009 5:39 am
Hi,
I'm looking for smap driver for PS2 simulation under PS3. smap.irx from ps2eth is not working on PS3. AFAIK, the smap.irx in the PS2 online games is different from ps2sdk's smap driver. Network startup disc is working on PS3 and it can test and verify the connection. But I couldn't use smap.irx from that disc.
Any idea?
I'm looking for smap driver for PS2 simulation under PS3. smap.irx from ps2eth is not working on PS3. AFAIK, the smap.irx in the PS2 online games is different from ps2sdk's smap driver. Network startup disc is working on PS3 and it can test and verify the connection. But I couldn't use smap.irx from that disc.
Code: Select all
result = SifExecModuleBuffer(&smap_irx, sizeof_smap_irx, lenof_ipsettings, ipsettings, &r);
if ((!$r)||(result < 0))
{
printf("not working");
}