mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-09 02:01:07 +01: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 a new issue