Fix for Issue #820

Saving default performance always overwrites the first performance in the current bank, but should act on bank 0, performance 0
main continuous
Kevin 5 days ago committed by GitHub
parent a7b8c80f4c
commit bba0c93f04
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      src/minidexed.cpp

@ -1483,6 +1483,7 @@ bool CMiniDexed::DoSavePerformance (void)
if(m_bSaveAsDeault)
{
m_PerformanceConfig.SetNewPerformanceBank(0);
m_PerformanceConfig.SetNewPerformance(0);
}

Loading…
Cancel
Save