mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-25 00:04:49 +02:00
Change parameter of DeleteDir and friends to Path
This commit is contained in:
@@ -528,7 +528,7 @@ bool DirectoryFileSystem::RmDir(const std::string &dirname) {
|
||||
#else
|
||||
return 0 == rmdir(fullName.c_str());
|
||||
#endif*/
|
||||
bool result = File::DeleteDirRecursively(fullName.ToString());
|
||||
bool result = File::DeleteDirRecursively(fullName);
|
||||
return ReplayApplyDisk(ReplayAction::RMDIR, result, CoreTiming::GetGlobalTimeUs()) != 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user