diff options
Diffstat (limited to 'emulators/fuse/files/patch-osssound.c')
-rw-r--r-- | emulators/fuse/files/patch-osssound.c | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/emulators/fuse/files/patch-osssound.c b/emulators/fuse/files/patch-osssound.c new file mode 100644 index 00000000000..4e3be61c928 --- /dev/null +++ b/emulators/fuse/files/patch-osssound.c @@ -0,0 +1,18 @@ +--- osssound.c.orig Sat Sep 13 16:53:12 2003 ++++ osssound.c Tue Oct 28 17:19:06 2003 +@@ -107,6 +107,7 @@ + return 1; + } + ++#if 0 + if(*freqptr>8250) frag++; + if(*freqptr>16500) frag++; + if(*freqptr>33000) frag++; +@@ -118,6 +119,7 @@ + close(soundfd); + return 1; + } ++#endif + + return 0; /* success */ + } |