Create config dir if it does not exist; Fixed maxMemFreq detection

This commit is contained in:
KazushiM
2022-10-31 17:22:05 +08:00
parent 6a1ac29733
commit 72a8421df6
4 changed files with 59 additions and 1 deletions

View File

@@ -36,6 +36,7 @@ class FileUtils
static void LogLine(const char *format, ...);
static void WriteContextToCsv(const SysClkContext* context);
static void ParseLoaderKip();
static Result mkdir_p(const char* dirpath);
protected:
typedef struct CustTable {
uint8_t cust[4] = {'C', 'U', 'S', 'T'};