aboutsummaryrefslogtreecommitdiff
path: root/dists/wii
diff options
context:
space:
mode:
authorAndre Heider2009-09-03 17:52:38 +0000
committerAndre Heider2009-09-03 17:52:38 +0000
commit9aa7546a3491acbbace93729efed2dc62a1f1855 (patch)
tree74cd030a464db0825a4224d87a9847fc25bc130e /dists/wii
parent05035fd8c34443276d885eac58f9444579d71326 (diff)
downloadscummvm-rg350-9aa7546a3491acbbace93729efed2dc62a1f1855.tar.gz
scummvm-rg350-9aa7546a3491acbbace93729efed2dc62a1f1855.tar.bz2
scummvm-rg350-9aa7546a3491acbbace93729efed2dc62a1f1855.zip
Removed AA modes in favor of bilinear texture filtering, which gives much better results. Renamed a few types and enums to make it clear what they're for.
svn-id: r43919
Diffstat (limited to 'dists/wii')
-rw-r--r--dists/wii/READMII16
1 files changed, 8 insertions, 8 deletions
diff --git a/dists/wii/READMII b/dists/wii/READMII
index 7b3a457963..66b00f6871 100644
--- a/dists/wii/READMII
+++ b/dists/wii/READMII
@@ -68,19 +68,19 @@ DISPLAY SETUP
"Graphics mode"
There are 4 modes to choose from:
- 1) Standard
- 2) Standard antialiased
- 3) Dual-strike
- 4) Dual-strike antialiased
+ 1) Default
+ 2) Default, bilinear filtering
+ 3) Double-strike
+ 4) Double-strike, bilinear filtering
- Dual-strike modes render at half the vertical resolution. On interlaced
+ Double-strike modes render at half the vertical resolution. On interlaced
modes this means that only one field is used for rendering, effectively
using progressive frames (240p) with no "combing" effect. These modes
improve the picture quality for low-res games, especially on CRTs.
Not all display devices support these modes. Only available for games with
a vertical resolution of 240 pixels or less.
- Antialiased modes soften the picture to some degree. This is a feature of
+ Bilinear filtering softens the picture to some degree. This is a feature of
the GPU (no game performance loss).
"Aspect ratio correction"
@@ -98,8 +98,8 @@ DISPLAY SETUP
If the picture gets cropped or black bars are visible, use the Wii options
dialog to adjust the video output to your display device. Pressing 1 on the
Wiimote or R on the Gamecube pad opens this dialog. The presented video
- options are specific to each of the graphics modes mentioned above. Settings
- will be saved for each.
+ options have to be set for the default and the double-strike modes
+ independently.
THANKS