[Scummvm-cvs-logs] CVS: scummvm/gui options.cpp,1.8,1.9

Jonathan Gray khalek at users.sourceforge.net
Tue Jan 14 18:12:04 CET 2003


Update of /cvsroot/scummvm/scummvm/gui
In directory sc8-pr-cvs1:/tmp/cvs-serv19718/gui

Modified Files:
	options.cpp 
Log Message:
add new tv scanlines graphics scaler from Gregory Montoir, use -g tv2x to try it

Index: options.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/options.cpp,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- options.cpp	14 Dec 2002 17:59:22 -0000	1.8
+++ options.cpp	15 Jan 2003 02:11:37 -0000	1.9
@@ -69,6 +69,7 @@
 	gfxPopUp->appendEntry("Super2xSAI");
 	gfxPopUp->appendEntry("SuperEagle");
 	gfxPopUp->appendEntry("AdvMAME2x");
+	gfxPopUp->appendEntry("TV2x");
 	gfxPopUp->setSelected(0);
 
 	// The MIDI mode popup & a label





More information about the Scummvm-git-logs mailing list