From 55d7ef933152225d5c6ec86b862cd4feb0a3d62a Mon Sep 17 00:00:00 2001 From: arsamus Date: Fri, 7 Oct 2022 00:18:55 -0300 Subject: [PATCH] Update config.h --- src/config.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/config.h b/src/config.h index b970ebb..05ebc75 100644 --- a/src/config.h +++ b/src/config.h @@ -137,6 +137,7 @@ public: // Load performance mode. 0 for load just rotating encoder, 1 load just when Select is pushed bool GetPerformanceSelectToLoad (void) const; + bool GetAutoBankSkip (void) const; private: CPropertiesFatFsFile m_Properties; @@ -199,6 +200,7 @@ private: bool m_bMIDIDumpEnabled; bool m_bProfileEnabled; bool m_bPerformanceSelectToLoad; + bool m_bAutoBankSkip; }; #endif