Potential fix for Issue #820 where saving default performance always overwrites the first performance in the current bank, but should act on bank 0, performance 0.

pull/822/head
Kevin 3 weeks ago
parent a7b8c80f4c
commit 23b1b7c550
  1. 1
      src/minidexed.cpp

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

Loading…
Cancel
Save