Update config.h

pull/267/head
arsamus 3 years ago committed by GitHub
parent 645e8e4dcb
commit de30e3da6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      src/config.h

@ -99,6 +99,9 @@ public:
bool GetMIDIDumpEnabled (void) const; bool GetMIDIDumpEnabled (void) const;
bool GetProfileEnabled (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: private:
CPropertiesFatFsFile m_Properties; CPropertiesFatFsFile m_Properties;
@ -130,6 +133,7 @@ private:
bool m_bMIDIDumpEnabled; bool m_bMIDIDumpEnabled;
bool m_bProfileEnabled; bool m_bProfileEnabled;
bool m_bPerformanceSelectToLoad;
}; };
#endif #endif

Loading…
Cancel
Save