From de30e3da6d74e00346cb4540b986470106ff77de Mon Sep 17 00:00:00 2001 From: arsamus Date: Sat, 11 Jun 2022 02:38:50 -0300 Subject: [PATCH] Update config.h --- src/config.h | 4 ++++ 1 file changed, 4 insertions(+) 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