Update minidexed.cpp

pull/341/head
arsamus 3 years ago committed by GitHub
parent 55d7ef9331
commit 6a4eb51ecd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      src/minidexed.cpp

@ -1531,6 +1531,11 @@ bool CMiniDexed::GetPerformanceSelectToLoad(void)
return m_pConfig->GetPerformanceSelectToLoad();
}
bool CMiniDexed::GetAutoBankSkip(void)
{
return m_pConfig->GetAutoBankSkip ();
}
void CMiniDexed::setModController (unsigned controller, unsigned parameter, uint8_t value, uint8_t nTG)
{
uint8_t nBits;

Loading…
Cancel
Save