Fixed bug in hqn

This commit is contained in:
Sergio Martin 2024-01-28 20:07:57 +01:00
parent e868235f46
commit a886d74bd8
1 changed files with 0 additions and 1 deletions

1
extern/hqn/hqn.cpp vendored
View File

@ -42,7 +42,6 @@ HQNState::HQNState()
// Destructor
HQNState::~HQNState()
{
delete m_emu;
}
error_t HQNState::setSampleRate(int rate)