From 4ff8eab0d01c76c58e1165e5c63f87e1f5134033 Mon Sep 17 00:00:00 2001 From: Nebuleon Fumika Date: Sun, 27 Jan 2013 15:36:49 -0500 Subject: Assign a filter-related variable right after other filter-related variables. --- source/soundux.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/soundux.cpp') diff --git a/source/soundux.cpp b/source/soundux.cpp index 0435476..124ce6d 100644 --- a/source/soundux.cpp +++ b/source/soundux.cpp @@ -2188,6 +2188,7 @@ void S9xResetSound (bool8 full) FilterTaps [5] = 0; FilterTaps [6] = 0; FilterTaps [7] = 0; + FilterTapDefinitionBitfield = 0; so.mute_sound = TRUE; noise_gen = 1; so.sound_switch = 255; @@ -2226,7 +2227,6 @@ void S9xResetSound (bool8 full) so.err_rate = (uint32) (FIXED_POINT * SNES_SCANLINE_TIME / (1.0 / so.playback_rate)); else so.err_rate = 0; - FilterTapDefinitionBitfield = 0; } void S9xSetPlaybackRate (uint32 playback_rate) -- cgit v1.2.3