diff options
author | Jonathan Gray | 2003-01-15 02:11:37 +0000 |
---|---|---|
committer | Jonathan Gray | 2003-01-15 02:11:37 +0000 |
commit | c08d736d1d4198233b3e6920d904114bae95611e (patch) | |
tree | b02839e86b8e6e99e5920dbf99c8a9e039e3112c /gui | |
parent | bd1b0d53ef30d437a1ebaca1397869245d30dc0e (diff) | |
download | scummvm-rg350-c08d736d1d4198233b3e6920d904114bae95611e.tar.gz scummvm-rg350-c08d736d1d4198233b3e6920d904114bae95611e.tar.bz2 scummvm-rg350-c08d736d1d4198233b3e6920d904114bae95611e.zip |
add new tv scanlines graphics scaler from Gregory Montoir, use -g tv2x to try it
svn-id: r6462
Diffstat (limited to 'gui')
-rw-r--r-- | gui/options.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/options.cpp b/gui/options.cpp index 68f3beb616..93478a635d 100644 --- a/gui/options.cpp +++ b/gui/options.cpp @@ -69,6 +69,7 @@ GlobalOptionsDialog::GlobalOptionsDialog(NewGui *gui) gfxPopUp->appendEntry("Super2xSAI"); gfxPopUp->appendEntry("SuperEagle"); gfxPopUp->appendEntry("AdvMAME2x"); + gfxPopUp->appendEntry("TV2x"); gfxPopUp->setSelected(0); // The MIDI mode popup & a label |