mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 21:28:51 +00:00
DiscIO: Fix recursive directory extraction
https://bugs.dolphin-emu.org/issues/12331
This commit is contained in:
parent
5abae61a8c
commit
b43f7c85cc
4 changed files with 13 additions and 3 deletions
|
@ -89,6 +89,7 @@ public:
|
|||
virtual u32 GetSize() const = 0;
|
||||
// For a file, returns its size. For a directory, returns the total size of its contents.
|
||||
u64 GetTotalSize() const;
|
||||
virtual bool IsRoot() const = 0;
|
||||
virtual bool IsDirectory() const = 0;
|
||||
// The number of files and directories in a directory, including those in subdirectories.
|
||||
// Not guaranteed to return a meaningful value for files.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue