mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 05:51:27 +12:00
Fix issue from #567 that stopped videos from working. Clean up some code.
This commit is contained in:
parent
6bd044f9be
commit
82536b298c
5 changed files with 62 additions and 68 deletions
|
@ -45,6 +45,8 @@ std::string rGetCwd();
|
|||
bool rRmdir(const std::string& dir);
|
||||
bool rMkdir(const std::string& dir);
|
||||
bool rMkpath(const std::string& path);
|
||||
bool rRename(const std::string &from, const std::string &to);
|
||||
bool rExists(const std::string &path);
|
||||
bool rDirExists(const std::string &path);
|
||||
bool rFileExists(const std::string &path);
|
||||
bool rRemoveFile(const std::string &path);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue