Merge pull request #18 from SergioMartin86/refactoring

Refactoring
This commit is contained in:
Sergio Martin 2024-01-28 20:09:30 +01:00 committed by GitHub
commit a726cb7ba0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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)