mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-25 02:37:57 -05:00
HLE/FS: Corrected the error codes for DeleteFile
This commit is contained in:
@ -34,7 +34,7 @@ public:
|
||||
virtual std::string GetName() const override { return "DiskArchive: " + mount_point; }
|
||||
|
||||
std::unique_ptr<FileBackend> OpenFile(const Path& path, const Mode mode) const override;
|
||||
bool DeleteFile(const Path& path) const override;
|
||||
ResultCode DeleteFile(const Path& path) const override;
|
||||
bool RenameFile(const Path& src_path, const Path& dest_path) const override;
|
||||
bool DeleteDirectory(const Path& path) const override;
|
||||
ResultCode CreateFile(const Path& path, u64 size) const override;
|
||||
|
Reference in New Issue
Block a user