i use %d for an integer anyways
i'm having a prob with my ad-hoc i almost have it working i just ran into one tiny prob:
Code:
matchingid = sceNetAdhocMatchingCreate( 3,0xa,0x22b,0x800,0x2dc6c0,0x5b8d80,3,0x7a120,callback);
the last parameter is to tell the next function where to put the proper information (which is into a function and yes this is possible as the example i'm working off works perfectly with it and it is also what the sdk documentation says 2 do)
Code:
int nams=sceNetAdhocMatchingStart(matchingid,0x10,0x2000,0x10,0x2000,6,"adhoc\0");
now then that should be sending the data directly into that function and the function should be called....thats where the problem is
the int returns as successful however it doesn't call the function which is the problem=-(