mirror of
https://github.com/J-D-K/JKSV.git
synced 2026-08-20 17:38:07 -05:00
Add separation comments to data.
This commit is contained in:
@@ -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};
|
||||
|
||||
Reference in New Issue
Block a user