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

Fix handling of Wii NAND's /tmp directory during savestate loads. #3798

Merged
merged 2 commits into from
Apr 30, 2016

Commits on Apr 25, 2016

  1. make DeleteDirRecursively clean up correctly after failure.

    Fixes Metroid prime crashing the second boot after loading
    a save state (issue 9496)
    phire committed Apr 25, 2016
    Configuration menu
    Copy the full SHA
    b2f133d View commit details
    Browse the repository at this point in the history
  2. Close all files so /tmp can be deleted on save state load.

    Because the file handles were open, the recursive delete was
    failing. The previous commit stopped the crash but this should
    make the restore actually happen has expected.
    phire committed Apr 25, 2016
    Configuration menu
    Copy the full SHA
    8f4ac5b View commit details
    Browse the repository at this point in the history