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

WiiSave: Use new filesystem interface #7059

Merged
merged 3 commits into from Jun 3, 2018

Commits on Jun 3, 2018

  1. WiiSave: Use new filesystem interface

    Converts WiiSave to the new filesystem interface.
    leoetlino committed Jun 3, 2018
    Copy the full SHA
    fd34724 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d1a8661 View commit details
    Browse the repository at this point in the history
  3. FS: Add a struct for modes

    As suggested here: https://dolp.in/pr7059#pullrequestreview-125401778
    
    More descriptive than having a std::tuple of FS::Mode, and lets us
    give names to known triplets of modes (like in ES). Functions that
    only forward mode arguments are slightly less verbose now too.
    leoetlino committed Jun 3, 2018
    Copy the full SHA
    6b9aef7 View commit details
    Browse the repository at this point in the history