summaryrefslogtreecommitdiff
path: root/plugins/gme/game-music-emu-0.5.5
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/gme/game-music-emu-0.5.5')
-rw-r--r--plugins/gme/game-music-emu-0.5.5/gme/Dual_Resampler.cpp4
-rw-r--r--plugins/gme/game-music-emu-0.5.5/gme/blargg_config.h2
2 files changed, 4 insertions, 2 deletions
diff --git a/plugins/gme/game-music-emu-0.5.5/gme/Dual_Resampler.cpp b/plugins/gme/game-music-emu-0.5.5/gme/Dual_Resampler.cpp
index 090b0acf..91b48472 100644
--- a/plugins/gme/game-music-emu-0.5.5/gme/Dual_Resampler.cpp
+++ b/plugins/gme/game-music-emu-0.5.5/gme/Dual_Resampler.cpp
@@ -20,7 +20,9 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */
unsigned const resampler_extra = 256;
-Dual_Resampler::Dual_Resampler() { }
+Dual_Resampler::Dual_Resampler() {
+ sample_buf_size = 0;
+}
Dual_Resampler::~Dual_Resampler() { }
diff --git a/plugins/gme/game-music-emu-0.5.5/gme/blargg_config.h b/plugins/gme/game-music-emu-0.5.5/gme/blargg_config.h
index e71ce0a9..9bdbeb57 100644
--- a/plugins/gme/game-music-emu-0.5.5/gme/blargg_config.h
+++ b/plugins/gme/game-music-emu-0.5.5/gme/blargg_config.h
@@ -7,7 +7,7 @@
//#define HAVE_ZLIB_H
// Uncomment to enable platform-specific optimizations
-//#define BLARGG_NONPORTABLE 1
+#define BLARGG_NONPORTABLE 1
// Uncomment to use faster, lower quality sound synthesis
//#define BLIP_BUFFER_FAST 1