mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-02-11 01:19:28 +01:00
The size field in FSTEntry contains the total amount of children, not including the parent, but the parent needs to be included. VolumeDirectory: Fix off-by-one in entry count calculation The size field in FSTEntry contains the total amount of children, not including the parent, but the parent needs to be included.