mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-04 08:02:25 -07:00
Service.FS: Rename FileSys::Directory to DirectoryBackend
This commit is contained in:
@@ -74,7 +74,7 @@ public:
|
||||
* @param path Path relative to the archive
|
||||
* @return Opened directory, or nullptr
|
||||
*/
|
||||
std::unique_ptr<Directory> OpenDirectory(const Path& path) const override;
|
||||
std::unique_ptr<DirectoryBackend> OpenDirectory(const Path& path) const override;
|
||||
|
||||
/**
|
||||
* Read data from the archive
|
||||
|
Reference in New Issue
Block a user