Increase m_nPerformanceFileName, closes #379

pull/390/head
probonopd 1 year ago committed by GitHub
parent 12f4ea7838
commit 2bd6f4119f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/performanceconfig.h

@ -168,7 +168,7 @@ private:
unsigned nLastFileIndex;
unsigned nActualPerformance = 0;
//unsigned nMenuSelectedPerformance = 0;
std::string m_nPerformanceFileName[40];
std::string m_nPerformanceFileName[1024];
FATFS *m_pFileSystem;
bool nInternalFolderOk=false;

Loading…
Cancel
Save