Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[Android] Fix typo, FSAA stands for full scene antialiasing.
  • Loading branch information
Sonicadvance1 committed Sep 22, 2013
1 parent 6340ad6 commit bdae5d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Android/res/values/strings.xml
Expand Up @@ -86,7 +86,7 @@
<string name="enhancements">Enhancements</string>
<string name="internal_resolution">Internal Resolution</string>
<string name="internal_resolution_descrip">Specifies the resolution used to render at. A high resolution will improve visual quality a lot but is also quite heavy on performance and might cause glitches in certain games.</string>
<string name="FSAA">Fullscreen antialiasing</string>
<string name="FSAA">Full Scene Antialiasing</string>
<string name="FSAA_descrip">Reduces the amount of aliasing caused by rasterizing 3D graphics. This makes the rendered picture look less blocky. Heavily decreases emulation speed and sometimes causes issues.</string>
<string name="anisotropic_filtering">Anisotropic Filtering</string>
<string name="anisotropic_filtering_descrip">Enhances visual quality of textures that are at oblique viewing angles. Might cause issues in a small number of games.</string>
Expand Down

0 comments on commit bdae5d1

Please sign in to comment.