mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 13:49:53 -06:00
Merge pull request #2914 from JosJuice/fix-volumedirectory
Fix VolumeDirectory
This commit is contained in:
@ -499,6 +499,7 @@ FSTEntry ScanDirectoryTree(const std::string &directory, bool recursive)
|
||||
entry = ScanDirectoryTree(physical_name, true);
|
||||
else
|
||||
entry.size = 0;
|
||||
parent_entry.size += entry.size;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user