Correct no scaling option.

svn-id: r18317
This commit is contained in:
Travis Howell 2005-06-03 11:11:49 +00:00
parent 14956529f6
commit b3197a803b
2 changed files with 2 additions and 2 deletions

2
README
View File

@ -482,7 +482,7 @@ factor 2x will effectively yield 640x400 graphics. Likewise with a
3x filter you'll get 960x600.
They are:
normal - No filtering, no scaling. Fastest.
1x - No filtering, no scaling. Fastest.
2x - No filtering, factor 2x (default for non 640x480 games).
3x - No filtering, factor 3x.
2xsai - 2xsai filter, factor 2x.

View File

@ -16,7 +16,7 @@ factor 2x will effectively yield 640x400 graphics. Likewise with a
They are:\\
\begin{tabular}[h]{ll}
normal & No filtering, no scaling. Fastest.\\
1x & No filtering, no scaling. Fastest.\\
2x & No filtering, factor 2x (default for non 640x480 games).\\
3x & No filtering, factor 3x.\\
2xsai & 2xsai filter, factor 2x.\\