From 2bd6f4119fde7f38eb0d4f5318bfc5cf18642ffe Mon Sep 17 00:00:00 2001 From: probonopd Date: Fri, 25 Nov 2022 13:07:02 -0500 Subject: [PATCH] Increase m_nPerformanceFileName, closes #379 --- src/performanceconfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/performanceconfig.h b/src/performanceconfig.h index 145cb5f..ec32598 100644 --- a/src/performanceconfig.h +++ b/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;