diff options
Diffstat (limited to 'emulators/o2em/files/patch-audio.c')
-rw-r--r-- | emulators/o2em/files/patch-audio.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/emulators/o2em/files/patch-audio.c b/emulators/o2em/files/patch-audio.c new file mode 100644 index 000000000000..568483e65669 --- /dev/null +++ b/emulators/o2em/files/patch-audio.c @@ -0,0 +1,11 @@ +--- ../o2em117src.old/src/audio.c Sat Jun 25 13:41:39 2005 ++++ ./src/audio.c Sat Jun 25 13:42:08 2005 +@@ -118,7 +118,7 @@ + if (digi_driver->name && (strlen(digi_driver->name)>0)){ + printf(" Sound system initialized ok\n"); + printf(" Sound driver [%s] detected\n",digi_driver->name); +- set_volume(255,255); ++ set_volume(-1,-1); + init_sound_stream(); + } else { + printf(" ERROR: could not initialize sound card\n"); |