i hav eread thro all the tutorials out thre for hte psp and such for c/c++ programming for it, but ive yet to find one wiht audio teaching, could any one who knows how to add audio and such to a program tell me how and what codecs and LIBS i need and such from svn...thanks!
P.S. what code snippet would i put if i wanted my cursor, i control (kind of like a mouse), to blit an image when it goes over a certain area of pixels?
proably something like:
#define cursorX 1
#define cursorY 1
if(cursorX>150; cursorX<200; cursorY>100; cursorY<150;) {
blitAlphaImageToScreen(0 ,0 ,32 , 32, cursor, x, y);
}
thanks for nay help