diff options
author | Filippos Karapetis | 2012-03-25 22:17:57 +0300 |
---|---|---|
committer | Filippos Karapetis | 2012-03-25 22:18:37 +0300 |
commit | f3e446abe1fdfe2cf33abd5e604a83813d50650f (patch) | |
tree | 0fc4eebcd987823500f574b39d542b53356985c2 | |
parent | 570237ea51c9103b20516d2911632fad9330515e (diff) | |
download | scummvm-rg350-f3e446abe1fdfe2cf33abd5e604a83813d50650f.tar.gz scummvm-rg350-f3e446abe1fdfe2cf33abd5e604a83813d50650f.tar.bz2 scummvm-rg350-f3e446abe1fdfe2cf33abd5e604a83813d50650f.zip |
README: Update to indicate that disable_dithering is now a SCI option
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2024,7 +2024,6 @@ The following keywords are recognized: fullscreen bool Fullscreen mode aspect_ratio bool Enable aspect ratio correction - disable_dithering bool Remove dithering artifacts from EGA games gfx_mode string Graphics mode (normal, 2x, 3x, 2xsai, super2xsai, supereagle, advmame2x, advmame3x, hq2x, hq3x, tv2x, dotmatrix) @@ -2069,6 +2068,7 @@ The following keywords are recognized: Sierra games using the SCI engine add the following non-standard keywords: + disable_dithering bool Remove dithering artifacts from EGA games prefer_digitalsfx bool If true, digital sound effects are preferred instead of synthesized ones originalsaveload bool If true, the original save/load screens are |