From 3fdfd758320c10b0ca826859e27ef5cc421eb15f Mon Sep 17 00:00:00 2001 From: Lioncash Date: Tue, 20 Aug 2013 14:33:30 -0400 Subject: [Android] Add most of the Dolphin video/gfx settings to the settings menu. --- Source/Android/res/values/strings.xml | 45 +++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) (limited to 'Source/Android/res/values/strings.xml') diff --git a/Source/Android/res/values/strings.xml b/Source/Android/res/values/strings.xml index 51a49ace74..6ddd255995 100644 --- a/Source/Android/res/values/strings.xml +++ b/Source/Android/res/values/strings.xml @@ -73,8 +73,53 @@ Video Backend Video backend to use + Enhancements + Internal Resolution + 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. + Anisotropic Filtering + Enhances visual quality of textures that are at oblique viewing angles. Might cause issues in a small number of games. + Scaled EFB Copy + Greatly increases quality of textures generated using render to texture effects. Raising the internal resolution will improve the effect of this setting. Slightly decreases performance and possibly causes issues (although unlikely). + Per-Pixel Lighting + Calculate lighting of 3D graphics per-pixel rather than per vertex. Decreases emulation speed by some percent (depending on your GPU). This usually is a safe enhancement, but might cause issues sometimes. + Force Texture Filtering + Force texture filtering even if the emulated game explicitly disabled it. Improves texture quality slightly but causes glitches in some games. + Disable Fog + Makes distant objects more visible by removing fog, thus increasing the overall detail. Disabling fog will break some games which rely on proper fog emulation. + + Hacks + Embedded Frame Buffer + Skip EFB Access from CPU + Ignore any requests from the CPU to read/write to the EFB. + Ignore Format Changes + Ignore any changes to the EFB format. + EFB Copy Method + Determines how EFB copies will be emulated. + Off + Texture + RAM (uncached) + RAM (cached) + Texture Cache + Texture Cache Accuracy + The safer the selection, the less likely the emulator will be missing any texture updates from RAM. + Low + Medium + High + External Frame Buffer + Determines how the XFB will be emulated. + Virtual + Real + Cache Display Lists + Speeds up emulation a bit by caching display lists. + Disable Destination Alpha + Disables emulation of a hardware feature called destination alpha, which is used in many games for various effects. + Fast Depth Calculation + Uses a less accurate algorithm to calculate depth values. + Yes No + Disabled + Other -- cgit v1.2.3