mirror of
https://github.com/libretro/scummvm.git
synced 2024-11-27 11:20:40 +00:00
Correct no scaling option.
svn-id: r18317
This commit is contained in:
parent
14956529f6
commit
b3197a803b
2
README
2
README
@ -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.
|
||||
|
@ -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.\\
|
||||
|
Loading…
Reference in New Issue
Block a user