mirror of https://github.com/mgba-emu/mgba.git
Qt: Fix copy-paste error
This commit is contained in:
parent
15478c1dc2
commit
e84e2ac627
|
@ -352,7 +352,7 @@ QString Window::getFilters() const {
|
|||
"*.rom",
|
||||
"*.bin"};
|
||||
formats.append(dsFormats);
|
||||
filters.append(tr("DS ROMs (%1)").arg(gbaFormats.join(QChar(' '))));
|
||||
filters.append(tr("DS ROMs (%1)").arg(dsFormats.join(QChar(' '))));
|
||||
#endif
|
||||
|
||||
#ifdef M_CORE_GB
|
||||
|
|
Loading…
Reference in New Issue