Search found 2 matches
- Fri Jul 18, 2008 11:02 am
- Forum: PSP Development
- Topic: BUG in pspAudioLib
- Replies: 6
- Views: 3993
Or you could just start the audio lib at the start of your app and stop it at the end... you know, like EVERYONE else does. ;) ... Or, y'know, the SDK could contain code that cleans up after itself properly. Like anyone would expect. Seriously, the reason I do it that way is only because attempts t...
- Fri Jul 18, 2008 8:47 am
- Forum: PSP Development
- Topic: BUG in pspAudioLib
- Replies: 6
- Views: 3993
Apologies for resurrection of this ancient thread, but I found the same behaviour recently. It's only likely to cause trouble if you start and stop the pspaudiolib stuff a couple times, but it does cause trouble in this case. Full explanation: the pspAudioEnd() code sets the flag that is supposed to...