Forgot to initialize a few things, fixes echo in SPC files.
parent
436f1caff7
commit
628697f4b0
|
@ -23,6 +23,8 @@ Spc_Emu::Spc_Emu()
|
||||||
{
|
{
|
||||||
set_type( gme_spc_type );
|
set_type( gme_spc_type );
|
||||||
set_gain( 1.4 );
|
set_gain( 1.4 );
|
||||||
|
enable_filter( false );
|
||||||
|
enable_echo( true );
|
||||||
}
|
}
|
||||||
|
|
||||||
Spc_Emu::~Spc_Emu() { }
|
Spc_Emu::~Spc_Emu() { }
|
||||||
|
|
Loading…
Reference in New Issue