diff options
author | Max Horn | 2003-09-21 17:57:34 +0000 |
---|---|---|
committer | Max Horn | 2003-09-21 17:57:34 +0000 |
commit | a8c93223e822e6043f575a7fe5422e841701a143 (patch) | |
tree | 781cb1ab472f5c9859d8f063ea89bdfe6ccb24a8 | |
parent | ab1c58c1b196d0eb5828db7c50ce580c3dff7438 (diff) | |
download | scummvm-rg350-a8c93223e822e6043f575a7fe5422e841701a143.tar.gz scummvm-rg350-a8c93223e822e6043f575a7fe5422e841701a143.tar.bz2 scummvm-rg350-a8c93223e822e6043f575a7fe5422e841701a143.zip |
mentiond HQ3x in README & NEWS (IMHO the descriptions in the README could be better)
svn-id: r10355
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | README | 3 |
2 files changed, 3 insertions, 1 deletions
@@ -7,6 +7,7 @@ For a more comprehensive changelog for the latest experimental CVS code, see: - Added option to choose between Adlib, PCjr and PC Speaker in earlier games. - Added Adlib support for indy3ega and loom (ega) - Added sound effects support for indy3/monkeyega/monkeyvga/pass +- Added HQ3x scaler - Classic V1 versions of Maniac Mansion and Zak McKracken are now supported and completable - Rewrote sound mixer, and several iMUSE bugs fixed - Adlib GM emulation table revamped, providing more accurate software MIDI @@ -434,6 +434,7 @@ They are: supereagle - Less blurry than 2xsai, but slower. Also 640x400 advmame2x - 640x400 scaling. Doesn't rely on blurring like 2xSAI. advmame3x - 960x600 scaling. Doesn't rely on blurring like 2xSAI. + hq3x - 960x600 scaling. Doesn't rely on blurring like 2xSAI. tv2x - 640x400 scaling. Horizontal scanlines. dotmatrix - 640x400 scaling. Dot matrix effect. opengl - OpenGL with bilinear filtering [Unsupported] @@ -804,7 +805,7 @@ The following keywords are recognized: aspect_ratio bool Enable aspect ratio correction gfx_mode string Graphics mode (normal, 2x, 3x, 2xsai, super2xsai, supereagle, advmame2x, advmame3x, - tv2x, dotmatrix) + hq3x, tv2x, dotmatrix) cdrom int Number of CD-ROM unit to use for audio. If negative, don't even try to access the CD-ROM. |