From 09cd9f2cba6cfb83b982286a65087521869b13a4 Mon Sep 17 00:00:00 2001 From: raven02 Date: Fri, 15 Mar 2013 14:39:32 +0800 Subject: [PATCH] Add UI for Android with Linear Filtering --- android/jni/MenuScreens.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/android/jni/MenuScreens.cpp b/android/jni/MenuScreens.cpp index 1db13fd70f..db27b96057 100644 --- a/android/jni/MenuScreens.cpp +++ b/android/jni/MenuScreens.cpp @@ -323,6 +323,7 @@ void SettingsScreen::render() { int stride = 40; int columnw = 420; UICheckBox(GEN_ID, x, y += stride, "Sound Emulation", ALIGN_TOPLEFT, &g_Config.bEnableSound); + UICheckBox(GEN_ID, x + columnw, y, "Linear Filtering", ALIGN_TOPLEFT, &g_Config.bLinearFiltering); if (UICheckBox(GEN_ID, x, y += stride, "Buffered Rendering", ALIGN_TOPLEFT, &g_Config.bBufferedRendering)) { if (gpu) gpu->Resized();