Start removing CFG_PATH() / .config, add MNT_PATH() macro

This commit is contained in:
Willy-JL
2024-08-07 02:35:09 +02:00
parent bcf37a1bd4
commit 1b2d173d63
7 changed files with 16 additions and 20 deletions

View File

@@ -5,7 +5,7 @@
#include <stdint.h>
#include <toolbox/colors.h>
#define MOMENTUM_SETTINGS_PATH CFG_PATH("momentum_settings.txt")
#define MOMENTUM_SETTINGS_PATH INT_PATH(".momentum_settings.txt")
#define ASSET_PACKS_NAME_LEN 32