mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 14:01:25 +12:00
Qt: add more filters to firmware installation file dialogs
This commit is contained in:
parent
8f333117eb
commit
092cfef060
1 changed files with 1 additions and 1 deletions
|
@ -517,7 +517,7 @@ void main_window::InstallPup(const QString& dropPath)
|
||||||
if (filePath.isEmpty())
|
if (filePath.isEmpty())
|
||||||
{
|
{
|
||||||
QString path_last_PUP = guiSettings->GetValue(gui::fd_install_pup).toString();
|
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
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue