-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Qt: Bug fixes #9931
Qt: Bug fixes #9931
Conversation
Everything works as it should, except for the last issue, #7681 it's not completely fixed. When dragging ISO to Pcsx2 window, waiting for it to run, then dragging an elf file it correctly switches after confirmation. I tested this with padtest.elf and ICO ISO file. |
That's kinda working as expected. The ELF is set as the override, and will take precedence over the ISO. Clearing the ELF override on ISO mount doesn't necessarily make sense either. Edit: Ended up going for the middle ground option - swap disc won't clear the ELF override, but reset will. |
Description of Changes
See commit lists, UI stuff is so boring these days that I can't be arsed re-writing it.
Rationale behind Changes
Closes #6159.
Closes #8044.
Closes #9869.
Closes #9914.
Closes #7215.
Closes #4634.
Closes #9139.
Closes #7681.
Suggested Testing Steps
Test linked issues.