mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-30 12:32:43 +00:00
GUI: Handle all PUP files in drag-and-drop
This commit is contained in:
parent
d1e07434a1
commit
bdf6a1c70e
@ -2549,7 +2549,7 @@ main_window::drop_type main_window::IsValidFile(const QMimeData& md, QStringList
|
||||
|
||||
drop_type = drop_type::drop_dir;
|
||||
}
|
||||
else if (info.fileName() == "PS3UPDAT.PUP")
|
||||
else if (info.suffix() == "PUP")
|
||||
{
|
||||
if (list.size() != 1)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user