Qt: Add .mcr extension to memory card file picker

This commit is contained in:
Connor McLaughlin 2020-04-11 11:57:39 +10:00
parent a4a112f5d8
commit 54adad948b
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
#include <QtWidgets/QFileDialog>
#include <QtWidgets/QMessageBox>
static constexpr char MEMORY_CARD_IMAGE_FILTER[] = "All Memory Card Types (*.mcd *.mc)";
static constexpr char MEMORY_CARD_IMAGE_FILTER[] = "All Memory Card Types (*.mcd *.mcr *.mc)";
PortSettingsWidget::PortSettingsWidget(QtHostInterface* host_interface, QWidget* parent /* = nullptr */)
: QWidget(parent), m_host_interface(host_interface)