Oh What A Night!

This commit is contained in:
firestar5683
2026-06-30 22:03:59 -05:00
parent 97c20744d3
commit d5e40d3bdf
20 changed files with 771 additions and 52 deletions
+1 -1
View File
@@ -99,7 +99,7 @@ Params::Params(const std::string &path, bool memory) {
if (memory) {
params_folder = Path::shm_path() + "/params";
} else {
cache_path = "/cache/params" + params_prefix + "/";
cache_path = Path::params_cache() + params_prefix + "/";
params_folder = path;
}
params_path = ensure_params_path(params_prefix, params_folder);