mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-02 22:28:45 +00:00
Fix BB random fmv hang
This commit is contained in:
parent
afe32d1e03
commit
fc9f9d2114
1 changed files with 1 additions and 0 deletions
|
@ -100,6 +100,7 @@ s32 SDLAudio::AudioOutOutput(s32 handle, const void* ptr) {
|
||||||
if (ptr == nullptr) {
|
if (ptr == nullptr) {
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
lock.unlock();
|
||||||
// TODO mixing channels
|
// TODO mixing channels
|
||||||
SDL_bool result = SDL_PutAudioStreamData(
|
SDL_bool result = SDL_PutAudioStreamData(
|
||||||
port.stream, ptr, port.samples_num * port.sample_size * port.channels_num);
|
port.stream, ptr, port.samples_num * port.sample_size * port.channels_num);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue