Qt: Set default selection to "No" when closing while memory card is busy#13396
Qt: Set default selection to "No" when closing while memory card is busy#13396resadent wants to merge 2 commits intoPCSX2:masterfrom
Conversation
|
This does not fix #13131. The person posting the issue was using the FSUI, which is a tricky problem that I tried and failed to solve.
As you can see in the screenshot above, PCSX2 master already defaults to 'No' in the Qt UI. As far as I can tell, this PR does nothing to change the behavior of current master. The only line of code changed is |
|
Also, incidentally, this pulls in @JordanTheToaster's macOS FFMPEG dependency commit by mistake. But there's no reason to merge the actual commit either, as it does not ostensibly do anything, let alone what is advertised. |
|
yeah, this isn't related to the issue at all |
|
Closing as:
|
|
Thanks for the review, sorry I did not understand completely the issue. |

Description of Changes
Set the dialog default button pressed to "No".
Rationale behind Changes
It may prevent people from accidentally erasing their memory cards. Fixes #13131.
Suggested Testing Steps
Pause a game when it is writing to a memory card, then close the emulator.

I did is in God of War II while it was saving and it worked fine.
Did you use AI to help find, test, or implement this issue or feature?
No.