function list of psp?

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

Moderators: cheriff, TyRaNiD

Post Reply
cato
Posts: 2
Joined: Sun Aug 28, 2005 4:19 am

function list of psp?

Post by cato »

hi,

maybe a stupid question or i simply didnt searched well, but is there a list of functions and variable types what i could use while programming, such as sceCtrlReadBufferPositive?

thanks for any answer
71M
Posts: 122
Joined: Tue Jun 21, 2005 5:28 am
Location: London

Post by 71M »

If you're building the SDK yourself, install Doxygen - http://www.stack.nl/~dimitri/doxygen/do ... #latestsrc
Then execute

Code: Select all

make doxygen-doc
This will create full documentation for the SDK.

Alternatively, download it from www.easy-monkey.co.uk/SDK-Docs.zip

Cheers,
71M
cato
Posts: 2
Joined: Sun Aug 28, 2005 4:19 am

Post by cato »

ah nice, thank you :)
Post Reply