| View previous topic :: View next topic |
| Author |
Message |
Harriskaver
Joined: 04 May 2007 Posts: 3
|
Posted: Sat May 05, 2007 5:17 am Post subject: Network Config Dialog |
|
|
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:
| Quote: | 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; |
|
|
| Back to top |
|
 |
Harriskaver
Joined: 04 May 2007 Posts: 3
|
Posted: Thu May 10, 2007 3:54 am Post subject: |
|
|
| 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? |
|
| Back to top |
|
 |
jimparis
Joined: 10 Jun 2005 Posts: 1179 Location: Boston
|
Posted: Thu May 10, 2007 4:05 pm Post subject: |
|
|
| 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. |
|
| Back to top |
|
 |
Fanjita
Joined: 28 Sep 2005 Posts: 217
|
Posted: Fri May 11, 2007 6:46 am Post subject: |
|
|
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! |
|
| Back to top |
|
 |
|