mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 05:51:27 +12:00
PKG Installing fixed
This commit is contained in:
parent
fc962de3dd
commit
21aedb518c
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ std::string rGetCwd()
|
|||
|
||||
bool rMkdir(const std::string &dir)
|
||||
{
|
||||
return mkdir(dir.c_str());
|
||||
return !_mkdir(dir.c_str());
|
||||
}
|
||||
|
||||
bool rMkpath(const std::string& path)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue