mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-13 20:18:01 -05:00
Service.FS: Rename FileSys::Directory to DirectoryBackend
This commit is contained in:
@ -78,7 +78,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