From 6a4eb51ecda40757d2d98171e437edab02e04133 Mon Sep 17 00:00:00 2001 From: arsamus Date: Fri, 7 Oct 2022 00:28:15 -0300 Subject: [PATCH] Update minidexed.cpp --- src/minidexed.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/minidexed.cpp b/src/minidexed.cpp index 0240ea5..05131ff 100644 --- a/src/minidexed.cpp +++ b/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;