Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add file size stats to NAND Check. #12047

Merged
merged 3 commits into from Jul 30, 2023

Commits on Jul 14, 2023

  1. IOS/FS: Move NAND size related constants to FileSystem.h.

    That way they're available for calculating NAND stats to display to the user. This also adds a few more constants.
    AdmiralCurtiss committed Jul 14, 2023
    Copy the full SHA
    0d9e027 View commit details
    Browse the repository at this point in the history
  2. IOS/FS: Implement GetExtendedDirectoryStats().

    Behaves like GetDirectoryStats() but doesn't clamp to the Wii limits, so we can tell the user exactly how overfull their NAND is.
    AdmiralCurtiss committed Jul 14, 2023
    Copy the full SHA
    efae582 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    cd5aebe View commit details
    Browse the repository at this point in the history