| View previous topic :: View next topic |
| Author |
Message |
ytmian
Joined: 09 Nov 2007 Posts: 2
|
Posted: Mon Nov 12, 2007 1:21 am Post subject: How can I get information about the functions in the PSPSDK? |
|
|
The only way I know to get information about the functions is the html files in the PSPSDK.
But the information is so limitted then I even don't know what the functions can do. For example, "sceNetApctlGetInfo"
Shall I guess what it will form the name of the function?
How can I get more information about the functions in the PSPSDK? |
|
| Back to top |
|
 |
jimparis
Joined: 10 Jun 2005 Posts: 1179 Location: Boston
|
Posted: Mon Nov 12, 2007 5:39 am Post subject: |
|
|
| It's not well documented because we don't know exactly what it does. It's a function provided by the PSP firmware. You can disassemble other firmware functions to see how it's called, or look at other examples to see what other people have already figured out. For example, the net/simple sample uses it. |
|
| Back to top |
|
 |
|