Forgot to initialize a few things, fixes echo in SPC files.

CQTexperiment
Christopher Snowhill 2017-07-19 11:59:54 -07:00
parent 436f1caff7
commit 628697f4b0
1 changed files with 2 additions and 0 deletions

View File

@ -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() { }