mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Fix a typo
This commit is contained in:
parent
424d93e9a9
commit
950e404442
1 changed files with 1 additions and 1 deletions
|
@ -412,7 +412,7 @@ u32 sceAudioSRCChReserve(u32 sampleCount, u32 freq, u32 format) {
|
|||
|
||||
u32 sceAudioSRCChRelease() {
|
||||
if (!chans[PSP_AUDIO_CHANNEL_SRC].reserved) {
|
||||
ERROR_LOG(SCEAUDIO, "sceAudioSRCChRelease() - channel already reserved ");
|
||||
ERROR_LOG(SCEAUDIO, "sceAudioSRCChRelease() - channel not reserved ");
|
||||
return SCE_ERROR_AUDIO_CHANNEL_NOT_RESERVED;
|
||||
}
|
||||
DEBUG_LOG(SCEAUDIO, "sceAudioSRCChRelease()");
|
||||
|
|
Loading…
Add table
Reference in a new issue