mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-20 18:17:52 -05: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