diff --git a/src/config.h b/src/config.h index 8a34239..434b37e 100644 --- a/src/config.h +++ b/src/config.h @@ -141,6 +141,8 @@ public: // Load performance mode. 0 for load just rotating encoder, 1 load just when Select is pushed bool GetPerformanceSelectToLoad (void) const; + const char *GetEngineType (void) const; + private: CPropertiesFatFsFile m_Properties; @@ -208,6 +210,8 @@ private: bool m_bMIDIDumpEnabled; bool m_bProfileEnabled; bool m_bPerformanceSelectToLoad; + std::string m_EngineType; + }; #endif