mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-05-14 14:45:41 -04:00
Qt: Add .mcr extension to memory card file picker
This commit is contained in:
parent
a4a112f5d8
commit
54adad948b
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user