[*] FS Resources (GetWritableAppdata): fail over to this path instead of failing
This commit is contained in:
parent
1c80e4910b
commit
bcf3fabd83
@ -405,7 +405,7 @@ namespace Aurora::IO::FS
|
||||
path.clear();
|
||||
if (gGlobalWritableAppDirectory.empty())
|
||||
{
|
||||
return false;
|
||||
return GetSystemDomain(path);
|
||||
}
|
||||
path = gGlobalWritableAppDirectory;
|
||||
return path.size();
|
||||
|
Loading…
Reference in New Issue
Block a user