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 loader error messages if no usb device is mounted for slippi file write #40

Open
wants to merge 6 commits into
base: slippi
Choose a base branch
from

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    fc559b2 View commit details
    Browse the repository at this point in the history
  2. add clarifying text for file write usb notice

    the text clarifies that the notice will not update until slippi nintendont restart
    jmlee337 committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    c411524 View commit details
    Browse the repository at this point in the history
  3. run MountDevice when returning to device selection

    this allows the user to check usb drive readiness for file write without returning to loader or restarting the Wii.
    
    also add affirmative usb drive file write ready message.
    
    It also fixes a bug where having initially no usb drive for file write inserted and then inserting a valid usb drive and backing out to device selection, then coming back in to game selection would show the file system warning/error.
    jmlee337 committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    b994dd9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    41c1488 View commit details
    Browse the repository at this point in the history
  5. Update references to filesystems

    no one should be using FAT/FAT16, so remove that mention.
    add mention that exFAT is recommended, due to some hotswap problems with FAT32 drives that are somewhat full already
    jmlee337 committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    6d2e93b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8961b03 View commit details
    Browse the repository at this point in the history