summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound.h')
-rw-r--r--src/emu/sound.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/sound.h b/src/emu/sound.h
index fab06bbcea8..c1e66808ae6 100644
--- a/src/emu/sound.h
+++ b/src/emu/sound.h
@@ -833,6 +833,7 @@ private:
stream_buffer::sample_t m_compressor_scale; // current compressor scale factor
int m_compressor_counter; // compressor update counter for backoff
+ bool m_compressor_enabled; // enable compressor (it will still be calculated for detecting overdrive)
u8 m_muted; // bitmask of muting reasons
bool m_nosound_mode; // true if we're in "nosound" mode