Add separation comments to data.

This commit is contained in:
J-D-K
2025-10-30 13:45:46 -04:00
parent ec2417d068
commit 91e348750b
6 changed files with 38 additions and 14 deletions

View File

@@ -21,6 +21,8 @@ namespace
constexpr const char *APP_ID_HEX_FORMAT = "%016llX";
}
// ---- Public functions ----
void config::ConfigContext::create_directory()
{
const fslib::Path configDir{PATH_CONFIG_FOLDER};
@@ -176,6 +178,8 @@ void config::ConfigContext::get_custom_path(uint64_t applicationID, char *buffer
std::memcpy(buffer, path.c_str(), path.length());
}
// ---- Private functions ----
bool config::ConfigContext::load_config_file()
{
const fslib::Path configPath{PATH_CONFIG_FILE};