diff options
Diffstat (limited to 'emulators/fuse/files/patch-sound.c')
-rw-r--r-- | emulators/fuse/files/patch-sound.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/emulators/fuse/files/patch-sound.c b/emulators/fuse/files/patch-sound.c deleted file mode 100644 index 5727847..0000000 --- a/emulators/fuse/files/patch-sound.c +++ /dev/null @@ -1,13 +0,0 @@ ---- sound.c.orig Sun Jul 4 20:52:15 2004 -+++ sound.c Sun Apr 15 19:31:45 2007 -@@ -58,8 +58,8 @@ - int sound_stereo_ay_abc=0; /* (AY stereo) true for ABC stereo, else ACB */ - int sound_stereo_ay_narrow=0; /* (AY stereo) true for narrow AY st. sep. */ - --static int sound_stereo_ay=0; /* local copy of settings_current.stereo_ay */ --static int sound_stereo_beeper=0; /* and settings_current.stereo_beeper */ -+int sound_stereo_ay=0; /* local copy of settings_current.stereo_ay */ -+int sound_stereo_beeper=0; /* and settings_current.stereo_beeper */ - - - /* assume all three tone channels together match the beeper volume (ish). |