diff --git a/src/config.h b/src/config.h index cf51755..29a7f1e 100644 --- a/src/config.h +++ b/src/config.h @@ -98,6 +98,9 @@ public: // Debug bool GetMIDIDumpEnabled (void) const; bool GetProfileEnabled (void) const; + + // Load performance mode. 0 for load just rotating encoder, 1 load just when Select is pushed + bool GetPerformanceSelectToLoad (void) const; private: CPropertiesFatFsFile m_Properties; @@ -130,6 +133,7 @@ private: bool m_bMIDIDumpEnabled; bool m_bProfileEnabled; + bool m_bPerformanceSelectToLoad; }; #endif