mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-24 08:00:47 -04: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.