[*] FS Resources (GetWritableAppdata): fail over to this path instead of failing

This commit is contained in:
Reece Wilson 2023-09-04 16:32:28 +01:00
parent 1c80e4910b
commit bcf3fabd83

View File

@ -405,7 +405,7 @@ namespace Aurora::IO::FS
path.clear();
if (gGlobalWritableAppDirectory.empty())
{
return false;
return GetSystemDomain(path);
}
path = gGlobalWritableAppDirectory;
return path.size();