Update config.h

pull/341/head
arsamus 3 years ago committed by GitHub
parent bada45d069
commit 55d7ef9331
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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

Loading…
Cancel
Save