aboutsummaryrefslogtreecommitdiff
path: root/source/soundux.h
diff options
context:
space:
mode:
authorNebuleon Fumika2013-01-12 03:08:07 -0500
committerNebuleon Fumika2013-01-12 03:08:07 -0500
commit4717df648553565d4ed657c455c8675ae55ac77e (patch)
treee6fac0793eeb3db3cc2febf4da8386e2d627d195 /source/soundux.h
parent40d30e35ca1e2198988347ac73e645e471a117aa (diff)
downloadsnes9x2005-4717df648553565d4ed657c455c8675ae55ac77e.tar.gz
snes9x2005-4717df648553565d4ed657c455c8675ae55ac77e.tar.bz2
snes9x2005-4717df648553565d4ed657c455c8675ae55ac77e.zip
Revert "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."
This reverts commit e3bb4a5f62ab6b38eb1a58e700b7d713b4e397b0.
Diffstat (limited to 'source/soundux.h')
-rw-r--r--source/soundux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/soundux.h b/source/soundux.h
index 5484e89..ad8cba1 100644
--- a/source/soundux.h
+++ b/source/soundux.h
@@ -178,6 +178,7 @@ typedef struct {
uint32 sample_pointer;
int *echo_buf_ptr;
int mode;
+ int32 envxx;
signed short next_sample;
int32 interpolate;
int32 previous [2];