From 3a3cdf61fd9cfbbf9d79a533dba712e8b639c49b Mon Sep 17 00:00:00 2001 From: avolkov Date: Wed, 9 Nov 2005 04:41:49 +0000 Subject: [PATCH] new 'hq' scaler; new '--accel' option git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1976 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/doc/users/manual.txt | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/sc2/doc/users/manual.txt b/sc2/doc/users/manual.txt index 7aa921157..453bb7adb 100644 --- a/sc2/doc/users/manual.txt +++ b/sc2/doc/users/manual.txt @@ -39,8 +39,9 @@ permits use of any screen resolution. -c (or --scale=mode) -Graphics scaling mode (bilinear, biadapt, biadv or triscan). Default is -none. Try these to get smoother graphics with cost on performance. +Graphics scaling mode (bilinear, biadapt, biadv, triscan, hq or none). +Default is none. Try these to get smoother graphics with cost on +performance. -b (or --meleezoom=mode) @@ -173,6 +174,17 @@ The default. Use the PC intro and ending sequences and slide shows. These will be also played if you do not have 3DO movies, regardless of -i option. +NOT OFFICIALLY SUPPORTED OPTIONS + +The following options may not exist in all builds and can change without +notice at any time. + + --accel (no short version) + +Can be "none", "detect", "mmx", "3dnow", "sse" (also "altivec" if/when +added; or other platforms). Specifies which platform accelerations +to use for graphics and sound, if any. All specific platform code can +only be used when compiled in. BUG REPORTS