aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS1
-rw-r--r--README3
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 20b0f3fd6e..f346a50b70 100644
--- a/NEWS
+++ b/NEWS
@@ -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
diff --git a/README b/README
index 5a048f8138..38a3a83bfc 100644
--- a/README
+++ b/README
@@ -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.