aboutsummaryrefslogtreecommitdiff
path: root/source/soundux.h
diff options
context:
space:
mode:
authorNebuleon Fumika2013-01-12 00:34:49 -0500
committerNebuleon Fumika2013-01-12 00:34:49 -0500
commite3bb4a5f62ab6b38eb1a58e700b7d713b4e397b0 (patch)
treef4c6963ef776a4bbbaaf9191d6faaef0afccdfb5 /source/soundux.h
parent8338e199dfbd3b956265dfaf78d2b21b083de895 (diff)
downloadsnesemu-e3bb4a5f62ab6b38eb1a58e700b7d713b4e397b0.tar.gz
snesemu-e3bb4a5f62ab6b38eb1a58e700b7d713b4e397b0.tar.bz2
snesemu-e3bb4a5f62ab6b38eb1a58e700b7d713b4e397b0.zip
Remove shifted envelope heights from the code, because one is always set from the other and the shifted height is not used in saved states.
Diffstat (limited to 'source/soundux.h')
-rw-r--r--source/soundux.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/soundux.h b/source/soundux.h
index b67dc2a..9bb2a22 100644
--- a/source/soundux.h
+++ b/source/soundux.h
@@ -178,7 +178,6 @@ typedef struct {
uint32 sample_pointer;
int *echo_buf_ptr;
int mode;
- int32 envxx;
signed short next_sample;
int32 interpolate;
int32 previous [2];