mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-05-12 16:19:44 -06:00
PKG Installing fixed
This commit is contained in:
parent
fc962de3dd
commit
21aedb518c
@ -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…
Reference in New Issue
Block a user