DiscIO: Fix recursive directory extraction

https://bugs.dolphin-emu.org/issues/12331
This commit is contained in:
JosJuice
2020-12-03 20:59:45 +01:00
parent 5abae61a8c
commit b43f7c85cc
4 changed files with 13 additions and 3 deletions

View File

@ -42,6 +42,7 @@ public:
u64 GetOffset() const override;
u32 GetSize() const override;
bool IsRoot() const override;
bool IsDirectory() const override;
u32 GetTotalChildren() const override;
std::string GetName() const override;