mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 21:41:26 +12:00
Compilation fix 4
This commit is contained in:
parent
851ae920b9
commit
2c8b485ba0
3 changed files with 11 additions and 4 deletions
|
@ -48,7 +48,7 @@ std::string rPlatform::getConfigDir()
|
|||
else // Just in case
|
||||
dir = "./config";
|
||||
dir = dir + "/rpcs3/";
|
||||
mkdir(dir.c_str());
|
||||
mkdir(dir.c_str(), 0777);
|
||||
#endif
|
||||
}
|
||||
return dir;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue