mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-17 01:38:42 -05:00
fsp_srv: Implement DeleteFile.
- Used by Binding of Isaac.
This commit is contained in:
@ -25,7 +25,7 @@ public:
|
||||
|
||||
ResultVal<std::unique_ptr<StorageBackend>> OpenFile(const std::string& path,
|
||||
Mode mode) const override;
|
||||
ResultCode DeleteFile(const Path& path) const override;
|
||||
ResultCode DeleteFile(const std::string& path) const override;
|
||||
ResultCode RenameFile(const Path& src_path, const Path& dest_path) const override;
|
||||
ResultCode DeleteDirectory(const Path& path) const override;
|
||||
ResultCode DeleteDirectoryRecursively(const Path& path) const override;
|
||||
|
Reference in New Issue
Block a user