From 628697f4b05f92d030a32585e65e2dc109ceed71 Mon Sep 17 00:00:00 2001 From: Christopher Snowhill Date: Wed, 19 Jul 2017 11:59:54 -0700 Subject: [PATCH] Forgot to initialize a few things, fixes echo in SPC files. --- Frameworks/GME/gme/Spc_Emu.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Frameworks/GME/gme/Spc_Emu.cpp b/Frameworks/GME/gme/Spc_Emu.cpp index dd193b9c6..3ffe251d0 100644 --- a/Frameworks/GME/gme/Spc_Emu.cpp +++ b/Frameworks/GME/gme/Spc_Emu.cpp @@ -23,6 +23,8 @@ Spc_Emu::Spc_Emu() { set_type( gme_spc_type ); set_gain( 1.4 ); + enable_filter( false ); + enable_echo( true ); } Spc_Emu::~Spc_Emu() { }