Skip to content

Commit

Permalink
RMG: add *.zip *.7z to filter in on_RomBrowser_PlayGameWith()
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosalie241 committed Jan 20, 2025
1 parent 5e3315b commit 053f993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/RMG/UserInterface/MainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2027,7 +2027,7 @@ void MainWindow::on_RomBrowser_PlayGameWith(CoreRomType type, QString file)
if (type == CoreRomType::Cartridge)
{ // cartridge
mainRom = file;
otherRom = QFileDialog::getOpenFileName(this, "", "", "N64DD Disk Image (*.ndd *.d64)");
otherRom = QFileDialog::getOpenFileName(this, "", "", "N64DD Disk Image (*.ndd *.d64 *.zip *.7z)");
}
else
{ // disk
Expand Down

0 comments on commit 053f993

Please sign in to comment.