diff options
author | Max Horn | 2003-09-27 21:20:00 +0000 |
---|---|---|
committer | Max Horn | 2003-09-27 21:20:00 +0000 |
commit | 7d2fff001274e5870ec65f90f2e4158cc2595249 (patch) | |
tree | 70d4008e9afea1a52116796392f2b5aff53aee96 /README | |
parent | e032e79a4a00797cdfc1ec5072fec9bbe101b536 (diff) | |
download | scummvm-rg350-7d2fff001274e5870ec65f90f2e4158cc2595249.tar.gz scummvm-rg350-7d2fff001274e5870ec65f90f2e4158cc2595249.tar.bz2 scummvm-rg350-7d2fff001274e5870ec65f90f2e4158cc2595249.zip |
added hq2x scaler
svn-id: r10439
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -435,6 +435,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. + hq2x - 640x400 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. @@ -806,7 +807,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, - hq3x, tv2x, dotmatrix) + hq2x, 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. |