aboutsummaryrefslogtreecommitdiff
path: root/source/snes9x.h
diff options
context:
space:
mode:
authorNebuleon Fumika2013-01-12 01:09:59 -0500
committerNebuleon Fumika2013-01-12 01:09:59 -0500
commit40d30e35ca1e2198988347ac73e645e471a117aa (patch)
treef78eded73b64757abc043bdc779614214b7e84e8 /source/snes9x.h
parente3bb4a5f62ab6b38eb1a58e700b7d713b4e397b0 (diff)
downloadsnes9x2005-40d30e35ca1e2198988347ac73e645e471a117aa.tar.gz
snes9x2005-40d30e35ca1e2198988347ac73e645e471a117aa.tar.bz2
snes9x2005-40d30e35ca1e2198988347ac73e645e471a117aa.zip
Remove redundant writes to support reverse stereo. Define FOREVER_FORWARD_STEREO.
Diffstat (limited to 'source/snes9x.h')
-rw-r--r--source/snes9x.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/snes9x.h b/source/snes9x.h
index ebcf5e3..6c93855 100644
--- a/source/snes9x.h
+++ b/source/snes9x.h
@@ -331,7 +331,9 @@ struct SSettings{
#ifndef FOREVER_STEREO
bool8 Stereo;
#endif
+#ifndef FOREVER_FORWARD_STEREO
bool8 ReverseStereo;
+#endif
#ifndef FOREVER_16_BIT_SOUND
bool8 SixteenBitSound;
#endif