Changed PAL filter name to PAL 3x to match recent win32 version changes.

This commit is contained in:
mjbudd77 2021-06-11 23:00:11 -04:00
parent d5e2087ce1
commit e79f0159df
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ ConsoleVideoConfDialog_t::ConsoleVideoConfDialog_t(QWidget *parent)
scalerSelect->addItem( tr("Prescale 2x"), 6 );
scalerSelect->addItem( tr("Prescale 3x"), 7 );
scalerSelect->addItem( tr("Prescale 4x"), 8 );
scalerSelect->addItem( tr("PAL"), 9 );
scalerSelect->addItem( tr("PAL 3x"), 9 );
hbox1 = new QHBoxLayout();