mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-02-11 06:40:39 +00:00
Compilation fix
This commit is contained in:
parent
21aedb518c
commit
2c7de61027
@ -194,7 +194,7 @@ std::string rGetCwd()
|
|||||||
|
|
||||||
bool rMkdir(const std::string &dir)
|
bool rMkdir(const std::string &dir)
|
||||||
{
|
{
|
||||||
return !_mkdir(dir.c_str());
|
return !mkdir(dir.c_str());
|
||||||
}
|
}
|
||||||
|
|
||||||
bool rMkpath(const std::string& path)
|
bool rMkpath(const std::string& path)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user