Search found 4 matches

by Tramboi
Thu Jul 22, 2004 6:58 am
Forum: PS2 Development
Topic: ps2sdk libpad and .IRX
Replies: 11
Views: 4976

Yah don't use the 2.7 IRX, don't use a tool kit etc. PS2SDK/PS2LIB etc. are reversed from the rom0 libraries not the newer revisions of the sdk. The reason for this is that it is illegal to redistribute the newer .img files where as everyone has the rom. Yeah but the goal is just to develop easily ...
by Tramboi
Thu Jul 22, 2004 2:43 am
Forum: PS2 Development
Topic: ps2sdk libpad and .IRX
Replies: 11
Views: 4976

PS:
MMmhh I traced into the offending padInit, and it seems the problem is with RPC binding...
padInit is stuck in a loop trying to SifRpcBind...

So, to sum up

sceSifInitRpc / scePadInit : OK
SifInitRpc / scePadInit : NOT OK
SifInitRpc / padInit : NOT OK

with 2.7 IRX

Can somebody help me? :)
by Tramboi
Wed Jul 21, 2004 8:17 pm
Forum: PS2 Development
Topic: ps2sdk libpad and .IRX
Replies: 11
Views: 4976

in the rpc/pad/samples dir you can see that rom0:SIO2MAN rom0:PADMAN or ( the X counterparts ) are loaded in order for libpad to work, now this do work on a stock machine ( old or new ). I dont know if sony ever changed the versions of SIO2MAN and PADMAN between revisions of the ps, so maybe we are...
by Tramboi
Wed Jul 21, 2004 7:53 pm
Forum: PS2 Development
Topic: ps2sdk libpad and .IRX
Replies: 11
Views: 4976

ps2sdk libpad and .IRX

Hello everybody, first, let's say I'm a professionnal PS2 programmer with Sony Kit and Toolchain available at work who's wanting to use the free and legal ps2sdk to release PS2 code on the web :) So I'm trying to replace all the sceXXXX calls by XXXX in my code. And I have trouble with pad initializ...