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

Prevent SD data loss from silent resync failure #12069

Merged
merged 1 commit into from Aug 13, 2023

Conversation

riidefi
Copy link
Contributor

@riidefi riidefi commented Jul 26, 2023

SD resync failure happens from time to time (e.g. if the folder is open in another program), and usually results in data loss due to it being largely invisible to the end-user until reboot. This PR adds a dialog box to notify the user that such an event has happened, and how to fix it before it is too late.

Source/Core/Core/Core.cpp Outdated Show resolved Hide resolved
Copy link
Contributor

@Dentomologist Dentomologist left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested with a fake sync failure and the message shows up (or not) correctly.

I suspect there's a higher chance than we would like for users to get mixed up on which direction they're supposed to sync, especially since you can't open or use the config window with the panic alert active, but this PR is still an improvement and I'm mostly mentioning the possibility in case someone can think of something to do about that.

@AdmiralCurtiss AdmiralCurtiss merged commit 5bf760f into dolphin-emu:master Aug 13, 2023
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants