From 7ee606517875f0d12d4c75c5c807f4b6a8ffcf58 Mon Sep 17 00:00:00 2001 From: Morph <39850852+Morph1984@users.noreply.github.com> Date: Sun, 23 Feb 2020 19:01:17 -0500 Subject: Create an "Advanced" tab in the graphics configuration tab and add anisotropic filtering levels. --- .../configuration/configure_graphics_advanced.ui | 111 +++++++++++++++++++++ 1 file changed, 111 insertions(+) create mode 100644 src/yuzu/configuration/configure_graphics_advanced.ui (limited to 'src/yuzu/configuration/configure_graphics_advanced.ui') diff --git a/src/yuzu/configuration/configure_graphics_advanced.ui b/src/yuzu/configuration/configure_graphics_advanced.ui new file mode 100644 index 000000000..42eec278e --- /dev/null +++ b/src/yuzu/configuration/configure_graphics_advanced.ui @@ -0,0 +1,111 @@ + + + ConfigureGraphicsAdvanced + + + + 0 + 0 + 400 + 321 + + + + Form + + + + + + + + Advanced Graphics Settings + + + + + + Use accurate GPU emulation (slow) + + + + + + + VSync prevents the screen from tearing, but some graphics cards have lower performance with VSync enabled. Keep it enabled if you don't notice a performance difference. + + + Use VSync (OpenGL only) + + + + + + + Force 30 FPS mode + + + + + + + + + Anisotropic Filtering: + + + + + + + + Default + + + + + 2x + + + + + 4x + + + + + 8x + + + + + 16x + + + + + + + + + + + + + + + Qt::Vertical + + + + 20 + 40 + + + + + + + + + -- cgit v1.2.3