summaryrefslogtreecommitdiff
path: root/games/tenebrae/files/patch-snd_sdl.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/tenebrae/files/patch-snd_sdl.c')
-rw-r--r--games/tenebrae/files/patch-snd_sdl.c24
1 files changed, 24 insertions, 0 deletions
diff --git a/games/tenebrae/files/patch-snd_sdl.c b/games/tenebrae/files/patch-snd_sdl.c
new file mode 100644
index 000000000000..454dd5ce2969
--- /dev/null
+++ b/games/tenebrae/files/patch-snd_sdl.c
@@ -0,0 +1,24 @@
+--- ./snd_sdl.c.orig Sat Jun 10 12:08:13 2006
++++ ./snd_sdl.c Sat Jun 10 12:08:13 2006
+@@ -94,7 +94,7 @@
+ shm = &the_shm;
+ shm->splitbuffer = 0;
+ shm->samplebits = (obtained.format & 0xFF);
+- shm->speed = obtained.freq;
++ shm->speed = desired.freq;
+ shm->channels = obtained.channels;
+ shm->samples = obtained.samples*shm->channels;
+ shm->samplepos = 0;
+@@ -119,3 +119,12 @@
+ }
+ }
+
++/*
++==============
++SNDDMA_Submit
++Send sound to device if buffer isn't really the dma buffer
++===============
++*/
++void SNDDMA_Submit(void)
++{
++}