mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-14 23:07:57 -05:00
FS: Implemented IFileSystem::CreateDirectory.
This commit is contained in:
@ -104,7 +104,7 @@ public:
|
||||
* @param path Path relative to the archive
|
||||
* @return Result of the operation
|
||||
*/
|
||||
virtual ResultCode CreateDirectory(const Path& path) const = 0;
|
||||
virtual ResultCode CreateDirectory(const std::string& path) const = 0;
|
||||
|
||||
/**
|
||||
* Delete a directory specified by its path
|
||||
|
Reference in New Issue
Block a user