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

Qt: Restrict file types for drag-and-drop #14206

Merged
merged 1 commit into from Jul 16, 2023
Merged

Conversation

elad335
Copy link
Contributor

@elad335 elad335 commented Jul 16, 2023

Sometimes users attempt to drag-and-drop unfitting file types like ISO onto the main window, and because RPCS3 accepts any file type - it results in confusion of both RPCS3 and the user.

Restrict dropable file formats to - directory, "rap", "edat", "pkg", "pup", "rrc", "savestat", "sprx", "self", "bin", "prx", "elf" and "o".
The emulator can still load any file type using CLI or from "Boot "(S)ELF" in the main toolbar if this is required.

@Megamouse Megamouse added the GUI label Jul 16, 2023
@elad335 elad335 merged commit 0423781 into RPCS3:master Jul 16, 2023
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants