mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
Merge pull request #2914 from JosJuice/fix-volumedirectory
Fix VolumeDirectory
This commit is contained in:
@ -58,7 +58,7 @@ namespace File
|
||||
struct FSTEntry
|
||||
{
|
||||
bool isDirectory;
|
||||
u64 size; // File length or number of entries from children
|
||||
u64 size; // File length, or for directories, recursive count of children
|
||||
std::string physicalName; // Name on disk
|
||||
std::string virtualName; // Name in FST names table
|
||||
std::vector<FSTEntry> children;
|
||||
|
Reference in New Issue
Block a user