mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-05-26 11:19:14 +00:00
Service.FS: Rename FileSys::File to FileBackend
This commit is contained in:
@@ -34,7 +34,7 @@ public:
|
||||
* @param mode Mode to open the file with
|
||||
* @return Opened file, or nullptr
|
||||
*/
|
||||
std::unique_ptr<File> OpenFile(const Path& path, const Mode mode) const override;
|
||||
std::unique_ptr<FileBackend> OpenFile(const Path& path, const Mode mode) const override;
|
||||
|
||||
/**
|
||||
* Delete a file specified by its path
|
||||
|
||||
Reference in New Issue
Block a user