mirror of
https://github.com/JorjBauer/aiie.git
synced 2025-01-17 02:30:27 +00:00
SDL quiescent audio level = 0x80, not 0x00
This commit is contained in:
parent
0ed33f36d5
commit
f790b3d5ab
@ -25,7 +25,7 @@ static void audioCallback(void *unused, Uint8 *stream, int len)
|
||||
if (g_biosInterrupt) {
|
||||
// While the BIOS is running, we don't put samples in the audio
|
||||
// queue.
|
||||
memset(stream, 0, len);
|
||||
memset(stream, 0x80, len);
|
||||
pthread_mutex_unlock(&sndmutex);
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user