Add UI for Android with Linear Filtering

This commit is contained in:
raven02 2013-03-15 14:39:32 +08:00
parent 6a9e2e559c
commit 09cd9f2cba

@ -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();