mirror of
https://github.com/encounter/SDL.git
synced 2025-12-09 13:37:56 +00:00
ISO C90 fixes
This commit is contained in:
committed by
Sam Lantinga
parent
0de7b0eca0
commit
7d89f09f74
@@ -87,8 +87,8 @@ VITAAUD_OpenDevice(_THIS, void *handle, const char *devname, int iscapture)
|
||||
}
|
||||
|
||||
if(this->spec.freq < 48000) {
|
||||
port = SCE_AUDIO_OUT_PORT_TYPE_BGM;
|
||||
}
|
||||
port = SCE_AUDIO_OUT_PORT_TYPE_BGM;
|
||||
}
|
||||
|
||||
this->hidden->channel = sceAudioOutOpenPort(port, this->spec.samples, this->spec.freq, format);
|
||||
if (this->hidden->channel < 0) {
|
||||
|
||||
Reference in New Issue
Block a user