Search found 2 matches
- Sun Aug 23, 2009 8:33 pm
- Forum: PSP Development
- Topic: why sceAudioChangeChannelVolume not work
- Replies: 2
- Views: 1071
Re: why sceAudioChangeChannelVolume not work
OK I am find how to use this fucation
- Sun Aug 23, 2009 11:17 am
- Forum: PSP Development
- Topic: why sceAudioChangeChannelVolume not work
- Replies: 2
- Views: 1071
why sceAudioChangeChannelVolume not work
I use sceAudioChangeChannelVolume change Volume. but Volume not Change, why case PSP_CTRL_UP: Volume = Volume + 0x1000; if(Volume>0x8000) { Volume = 0x8000; } sceAudioChangeChannelVolume (0,Volume,Volume); break; case PSP_CTRL_DOWN: V...