Skip to content

Commit

Permalink
Qt: add more filters to firmware installation file dialogs
Browse files Browse the repository at this point in the history
  • Loading branch information
Megamouse committed Apr 16, 2019
1 parent 8f33311 commit 092cfef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpcs3/rpcs3qt/main_window.cpp
Expand Up @@ -517,7 +517,7 @@ void main_window::InstallPup(const QString& dropPath)
if (filePath.isEmpty())
{
QString path_last_PUP = guiSettings->GetValue(gui::fd_install_pup).toString();
filePath = QFileDialog::getOpenFileName(this, tr("Select PS3UPDAT.PUP To Install"), path_last_PUP, tr("PS3 update file (PS3UPDAT.PUP)"));
filePath = QFileDialog::getOpenFileName(this, tr("Select PS3UPDAT.PUP To Install"), path_last_PUP, tr("PS3 update file (PS3UPDAT.PUP);;All pup files (*.pup);;All files (*.*)"));
}
else
{
Expand Down

0 comments on commit 092cfef

Please sign in to comment.