mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 23:07:42 +00:00
Windows fixes
This commit is contained in:
@@ -23,7 +23,8 @@ FileStoreManager::FileStoreManager(SystemStringView domain)
|
||||
path += _S("/.heclrun");
|
||||
|
||||
hecl::MakeDir(path.c_str());
|
||||
path += _S('/') + domain;
|
||||
path += _S('/');
|
||||
path += domain.data();
|
||||
|
||||
hecl::MakeDir(path.c_str());
|
||||
m_storeRoot = path;
|
||||
|
||||
Reference in New Issue
Block a user