Network Config Dialog

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
Harriskaver
Posts: 3
Joined: Fri May 04, 2007 8:09 pm

Network Config Dialog

Post by Harriskaver »

How do I use the network configuration dialog (sceUtilityNetconfInitStart())? The parameter the function takes is pspUtilityNetconfData but some of the fields for it are just 'unknown' in any docs I've found and I can't find an example of how to do this anywhere.

From the PSPSDK:
typedef struct _pspUtilityNetconfData {
u32 size;
int language;
int buttonSwap;
int unknown[4];
int result;
int unknown2[4];
int action; //one of pspUtilityNetconfActions
u32 unknown3;
} pspUtilityNetconfData;
Harriskaver
Posts: 3
Joined: Fri May 04, 2007 8:09 pm

Post by Harriskaver »

From the lack of replies I've assumed that there isn't much known about this... could anyone tell me how I can help out by working out what these fields are?
jimparis
Posts: 1145
Joined: Fri Jun 10, 2005 4:21 am
Location: Boston

Post by jimparis »

The general method is to disassemble the firmware and see how that function is used. If it's not documented in pspsdk samples, chances are nobody's taken the time to do that yet.
Fanjita
Posts: 217
Joined: Wed Sep 28, 2005 9:31 am

Post by Fanjita »

Typically the convention is just to pass '0' for any unknown fields, and hope for the best...
Got a v2.0-v2.80 firmware PSP? Download the eLoader here to run homebrew on it!
The PSP Homebrew Database needs you!
Post Reply