From cf21bad9820c7377727253a7ba47d5fb1add2ba2 Mon Sep 17 00:00:00 2001 From: probonopd Date: Fri, 25 Nov 2022 08:37:28 +0100 Subject: [PATCH] Update performanceconfig.h --- 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;